| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.tabs |
| Modifier and Type | Method | Description |
|---|---|---|
Tab |
TabGroup.getSelectedTab() |
Get the tab that is currently selected.
|
Tab |
TabSelectedEvent.getTab() |
Get the tab that became visible.
|
Tab |
TabGroup.getTabAtIndex(int index) |
Get the tab control at a specified index.
|
| Modifier and Type | Method | 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,
java.lang.String caption) |
Set the caption of a tab.
|
| Constructor | 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 | 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 | Description |
|---|---|---|
Tab |
TabGroupControl.getSelectedTab() |
Deprecated.
|
Tab |
TabGroupControl.getTabAtIndex(int index) |
Deprecated.
Get the tab control at a specified index.
|
| Modifier and Type | Method | 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,
java.lang.String caption) |
Deprecated.
|
Copyright © 2018. All rights reserved.