Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.tabs |
Modifier and Type | Method and Description |
---|---|
Tab |
TabGroup.getSelectedTab()
Get the tab that is currently selected.
|
Modifier and Type | Method and Description |
---|---|
void |
TabGroup.addTab(Tab tab)
Adds a single tab to the end of the tab list.
|
int |
TabGroup.indexOf(Tab tab)
Get the index of a specified tab.
|
boolean |
TabGroup.isTabInGroup(Tab tab)
Check if a tab is part of this group.
|
void |
TabGroup.removeTab(Tab tab)
Remove a tab from this tab group.
|
void |
TabGroup.removeTab(Tab tab,
EndNotify notify)
Remove a tab from this tab group.
|
void |
TabGroup.setSelectedTab(Tab tab)
Change the selected tab to a specified tab.
|
void |
TabGroup.setTabCaption(Tab tab,
String caption)
Set the caption of a tab.
|
Constructor and Description |
---|
TabSelectedEvent(TabGroup tabGroup,
Tab tabControl,
int tabIndex)
+ Create a instance of this event and set all the values that are transferred in such a event.
|
Modifier and Type | Class and Description |
---|---|
class |
TabControl
Deprecated.
This class is not meant for direct usage. For accessing the controls provided for this element access the
Tab interface. |
Modifier and Type | Method and Description |
---|---|
Tab |
TabGroupControl.getSelectedTab()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
TabGroupControl.addTab(Tab tab)
Deprecated.
|
int |
TabGroupControl.indexOf(Tab tab)
Deprecated.
|
boolean |
TabGroupControl.isTabInGroup(Tab tab)
Deprecated.
|
void |
TabGroupControl.removeTab(Tab tab)
Deprecated.
|
void |
TabGroupControl.removeTab(Tab tab,
EndNotify notify)
Deprecated.
|
void |
TabGroupControl.setSelectedTab(Tab tab)
Deprecated.
|
void |
TabGroupControl.setTabCaption(Tab tab,
String caption)
Deprecated.
|
Copyright © 2013. All Rights Reserved.