T
- the type of the data to renderpublic interface DataRenderer<T>
Modifier and Type | Method and Description |
---|---|
Node |
getGraphic(T item)
Gets a graphical representation of the item.
|
List<String> |
getStyleClass()
Gets all possible style classes for any item.
|
List<String> |
getStyleClass(T item)
Gets a list of style classes for the specified item.
|
String |
getText(T item)
Gets a text representation of the item.
|
String getText(T item)
item
- the item to renderNode getGraphic(T item)
item
- the item to renderList<String> getStyleClass(T item)
item
- the item to renderCopyright © 2012-2013 Drombler. All Rights Reserved.