Package | Description |
---|---|
com.ibm.tivoli.maximo.miniapps.control | |
psdi.webclient.controls |
Modifier and Type | Method and Description |
---|---|
Tab |
MiniAppControl.getCurrentTab() |
Modifier and Type | Method and Description |
---|---|
void |
MiniAppControl.treeGridVisibility(Tab currentTab) |
Modifier and Type | Method and Description |
---|---|
Tab |
TabGroup.getChangeToTab()
This is the tab the the TabGroup is trying to change to.
|
Tab |
TabGroup.getCurrentTab() |
Modifier and Type | Method and Description |
---|---|
void |
TabGroup.setCurrentTab(Tab tab) |
void |
TabGroup.setCurrentTab(Tab tab,
boolean setFocus)
This is the go to place for any tab changes: all other activities that lead to a tab change ***MUST***
do all of their act here
|