T
- public static interface ListBox.ListBoxViewConverter<T>
Modifier and Type | Method and Description |
---|---|
void |
display(de.lessvoid.nifty.elements.Element listBoxItem,
T item)
Display the given item in the given element.
|
int |
getWidth(de.lessvoid.nifty.elements.Element element,
T item)
Return the width in pixel of the given item rendered for the given element.
|
void display(de.lessvoid.nifty.elements.Element listBoxItem, T item)
listBoxItem
- the element to display the item initem
- the item to displayint getWidth(de.lessvoid.nifty.elements.Element element, T item)
element
- the element to renderitem
- the item to renderCopyright © 2013. All Rights Reserved.