| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.tabs |
| Modifier and Type | Method | Description |
|---|---|---|
TabGroup |
Tab.getParentGroup() |
Get the parent group of tabs this tab is a member of.
|
TabGroup |
TabSelectedEvent.getParentGroup() |
Get the tab group that is the parent of the tab that became visible.
|
| 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 |
TabGroupControl |
Deprecated.
This class is not meant to be used in a final application. Rather use the
TabGroup interface. |
| Modifier and Type | Method | Description |
|---|---|---|
TabGroup |
TabControl.getParentGroup() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TabControl.setParentTabGroup(TabGroup tabGroup) |
Deprecated.
|
void |
TabGroupMember.setParentTabGroup(TabGroup tabGroup) |
Set the tab group that is the parent of the tab.
|
Copyright © 2018. All rights reserved.