|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWidget
org.spiffyui.client.nav.NavHeader
public class NavHeader
This widget represents a single header element H2
to the navigation menu.
Constructor Summary | |
---|---|
NavHeader(java.lang.String text)
Creates a new navigation header |
Method Summary | |
---|---|
java.lang.String |
getText()
Get the text of this item. |
void |
setText(java.lang.String text)
Set the text of this header item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NavHeader(java.lang.String text)
text
- the text for the header elementMethod Detail |
---|
public void setText(java.lang.String text)
text
- the text to setpublic java.lang.String getText()
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |