Interface TethysUITabPaneManager.TethysUITabItem
- All Known Implementing Classes:
TethysUICoreTabPaneManager.TethysUICoreTabItem
- Enclosing interface:
TethysUITabPaneManager
public static interface TethysUITabPaneManager.TethysUITabItem
Tab Iten.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Obtain the name.getName()Obtain the name.getPane()Obtain the pane.booleanIs the item enabled?booleanIs the item visible?voidSelect item.voidsetEnabled(boolean pEnabled) Set Enabled status.voidsetVisible(boolean pVisible) Set Visible.
-
Method Details
-
getName
String getName()Obtain the name.- Returns:
- the name
-
getId
Integer getId()Obtain the name.- Returns:
- the name
-
getPane
TethysUITabPaneManager getPane()Obtain the pane.- Returns:
- the pane
-
isVisible
boolean isVisible()Is the item visible?- Returns:
- true/false
-
isEnabled
boolean isEnabled()Is the item enabled?- Returns:
- true/false
-
setEnabled
void setEnabled(boolean pEnabled) Set Enabled status.- Parameters:
pEnabled- true/false
-
setVisible
void setVisible(boolean pVisible) Set Visible.- Parameters:
pVisible- true/false
-
selectItem
void selectItem()Select item.
-