|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the Methods which manages the state of the Tabset
Field Summary | |
static java.lang.String |
PROP_FIRST
State property for the first visible page |
static java.lang.String |
PROP_SELECTED
State property for the selected page |
Fields inherited from interface com.cc.framework.ui.model.StateModel |
PROP_CONTROL |
Method Summary | |
java.lang.String |
getFirstVisibleTab()
Returns the first visible TabPage of the tabSet |
java.lang.String |
getSelectedTab()
Returns the current selected TabPage of the tabSet |
boolean |
isSelected(TabDesignModel tab)
Returns true if the TabPage is selected |
void |
setFirstVisibleTab(java.lang.String first)
Selects the first visible TabPage |
void |
setSelectedTab(java.lang.String selected)
Selects the specified TabPage |
Methods inherited from interface com.cc.framework.ui.model.StateModel |
reset, synchronizeState |
Field Detail |
public static final java.lang.String PROP_SELECTED
public static final java.lang.String PROP_FIRST
Method Detail |
public java.lang.String getFirstVisibleTab()
null
public void setFirstVisibleTab(java.lang.String first)
first
- The first visible TabPagepublic java.lang.String getSelectedTab()
public void setSelectedTab(java.lang.String selected)
selected
- TabPage to be selectedpublic boolean isSelected(TabDesignModel tab)
true
if the TabPage is selected
tab
- TabDesignModel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |