Spiffy UI Framework

org.spiffyui.client
Class MainFooter

java.lang.Object
  extended by Composite
      extended by org.spiffyui.client.MainFooter

public class MainFooter
extends Composite

This is the footer for the main page.


Constructor Summary
MainFooter()
          Creates a new main footer panel
 
Method Summary
 java.lang.String getFooterString()
          Get the current string in the footer
 void setFooterString(java.lang.String string)
          Set the footer string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainFooter

public MainFooter()
Creates a new main footer panel

Method Detail

setFooterString

public void setFooterString(java.lang.String string)
Set the footer string. This string may contain HTML

Parameters:
string - the footer string

getFooterString

public java.lang.String getFooterString()
Get the current string in the footer

Returns:
the current footer string

Spiffy UI Framework