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) |
Modifier and Type | Class and Description |
---|---|
class |
TreeBoxViewConverter |
Copyright © 2013. All Rights Reserved.