|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChoicePanel
A Panel with any number of slots (all Page objects). Only one is displayed at a time (like a TabPanel, but without the tabs). Initially, the first slot is displayed.
Method Summary | |
---|---|
void |
add(Page p)
Adds a page to the end. |
void |
display(java.lang.String id)
Brings a particular page to the front. |
java.lang.String |
getDisplayed()
Finds out the page currently being displayed. |
Methods inherited from interface com.leafdigital.ui.api.Panel |
---|
remove, removeAll, setBorder |
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 add(Page p)
p
- New pagevoid display(java.lang.String id)
id
- ID of desired pagejava.lang.String getDisplayed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |