| Package | Description |
|---|---|
| de.lessvoid.nifty.controls | |
| de.lessvoid.nifty.controls.dropdown | |
| de.lessvoid.nifty.controls.listbox | |
| de.lessvoid.nifty.controls.treebox |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
TreeBox<T> |
This is the interface of the tree box control.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListBox<T> |
ListBoxSelectionChangedEvent.getListBox() |
| Constructor | Description |
|---|---|
ListBoxSelectionChangedEvent(ListBox<T> listBox,
java.util.List<T> selection,
java.util.List<java.lang.Integer> selectionIndices) |
| Constructor | Description |
|---|---|
DropDownListBoxSelectionChangedEventSubscriber(Nifty nifty,
Screen screen,
ListBox listBox,
DropDown dropDown,
Element popupInstance) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ListBoxControl<T> |
Deprecated.
Please use
ListBox when accessing NiftyControls. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
TreeBoxControl<T> |
Deprecated.
Use
TreeBox |
Copyright © 2018. All rights reserved.