Package | Description |
---|---|
de.lessvoid.nifty.controls | |
de.lessvoid.nifty.controls.chatcontrol | |
de.lessvoid.nifty.controls.listbox | |
de.lessvoid.nifty.controls.nullobjects |
Modifier and Type | Class and Description |
---|---|
static class |
ListBox.ListBoxViewConverterSimple<T>
A simple implementation of ListBoxViewConverter that will just use item.toString().
|
Modifier and Type | Method and Description |
---|---|
void |
ListBox.setListBoxViewConverter(ListBox.ListBoxViewConverter<T> viewConverter)
Change the ListBoxViewConverter for this ListBox.
|
Modifier and Type | Class and Description |
---|---|
class |
ChatBoxViewConverter
Handles the displaying of the items in the ChatBox.
|
Modifier and Type | Method and Description |
---|---|
ListBox.ListBoxViewConverter<T> |
ListBoxControl.getViewConverter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBoxImpl.setListBoxViewConverter(ListBox.ListBoxViewConverter<T> viewConverter) |
void |
ListBoxControl.setListBoxViewConverter(ListBox.ListBoxViewConverter<T> viewConverter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBoxNull.setListBoxViewConverter(ListBox.ListBoxViewConverter viewConverter) |
Copyright © 2013. All Rights Reserved.