T - ChatBoxViewConverter, ListBox.ListBoxViewConverterSimple, TreeBoxViewConverterpublic static interface ListBox.ListBoxViewConverter<T>
| Modifier and Type | Method | Description |
|---|---|---|
void |
display(Element listBoxItem,
T item) |
Display the given item in the given element.
|
int |
getWidth(Element element,
T item) |
Return the width in pixel of the given item rendered for the given element.
|
Copyright © 2018. All rights reserved.