T - the type of the data to renderpublic abstract class AbstractDataRenderer<T> extends Object implements DataRenderer<T>
DataRenderer.| Constructor and Description | 
|---|
AbstractDataRenderer()  | 
| Modifier and Type | Method and Description | 
|---|---|
Node | 
getGraphic(T item)
This DataRenderer returns no graphic node by default (null). 
 | 
List<String> | 
getStyleClass()
Returns an empty list of style classes by default. 
 | 
List<String> | 
getStyleClass(T item)
Returns an empty list of style classes by default. 
 | 
Tooltip | 
getTooltip(T item)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTextpublic Node getGraphic(T item)
getGraphic in interface DataRenderer<T>item - the item to renderpublic Tooltip getTooltip(T item)
getTooltip in interface DataRenderer<T>public List<String> getStyleClass(T item)
getStyleClass in interface DataRenderer<T>item - the item to renderpublic List<String> getStyleClass()
getStyleClass in interface DataRenderer<T>Copyright © 2012–2016 Drombler. All rights reserved.