public interface CellRenderer<T> extends ValueRenderer<T>
Modifier and Type | Method and Description |
---|---|
com.simsilica.lemur.Panel |
getView(T value,
boolean selected,
com.simsilica.lemur.Panel existing)
Returns a new view Panel or returns a reconfigured version of
the existing Panel that will display the specified value.
|
configureStyle
com.simsilica.lemur.Panel getView(T value, boolean selected, com.simsilica.lemur.Panel existing)
ValueRenderer
getView
in interface ValueRenderer<T>