|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListBox.SelectionMode | |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.listbox | |
de.lessvoid.nifty.controls.nullobjects |
Uses of ListBox.SelectionMode in de.lessvoid.nifty.controls |
---|
Methods in de.lessvoid.nifty.controls that return ListBox.SelectionMode | |
---|---|
static ListBox.SelectionMode |
ListBox.SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ListBox.SelectionMode[] |
ListBox.SelectionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.lessvoid.nifty.controls with parameters of type ListBox.SelectionMode | |
---|---|
void |
ListBox.changeSelectionMode(ListBox.SelectionMode listBoxSelectionMode,
boolean forceSelection)
Change the ListBox.SelectionMode to a new one. |
Uses of ListBox.SelectionMode in de.lessvoid.nifty.controls.listbox |
---|
Methods in de.lessvoid.nifty.controls.listbox with parameters of type ListBox.SelectionMode | |
---|---|
void |
ListBoxImpl.changeSelectionMode(ListBox.SelectionMode listBoxSelectionMode,
boolean forceSelection)
|
void |
ListBoxControl.changeSelectionMode(ListBox.SelectionMode listBoxSelectionMode,
boolean forceSelection)
Deprecated. |
Uses of ListBox.SelectionMode in de.lessvoid.nifty.controls.nullobjects |
---|
Methods in de.lessvoid.nifty.controls.nullobjects with parameters of type ListBox.SelectionMode | |
---|---|
void |
ListBoxNull.changeSelectionMode(ListBox.SelectionMode listBoxSelectionMode,
boolean forceSelection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |