|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Page
This interface represents the contents of a single Page within the system.
Method Summary | |
---|---|
java.lang.String |
getTitle()
|
void |
setContents(org.w3c.dom.Element e)
Clears existing contents and sets the contents of the page based on an XML document. |
void |
setContents(Widget w)
Clears existing contents and sets the contents of the page to a single widget. |
void |
setOnSet(java.lang.String callback)
Sets a callback which will get called if this page is set within another one by calling setContents on the other page. |
void |
setTitle(java.lang.String title)
Sets the page's title; may be used in various ways depending on where the Page is placed. |
Methods inherited from interface com.leafdigital.ui.api.WidgetOwner |
---|
getCallbackHandler, getGroupSelected, getWidget, isCreated, setWidgetID |
Methods inherited from interface com.leafdigital.ui.api.Widget |
---|
getID, getOwner, informClosed, isVisible, setOwner, setVisible |
Methods inherited from interface com.leafdigital.ui.api.WidgetParent |
---|
getWidgets |
Method Detail |
---|
void setTitle(java.lang.String title)
title
- New title textjava.lang.String getTitle()
void setContents(Widget w)
w
- Desired widgetvoid setContents(org.w3c.dom.Element e)
e
- XML element; must follow the appropriate format
BugException
- If there are format problems with the XML@UICallback void setOnSet(java.lang.String callback)
callback
- Callback method name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |