public class ObjectRenderer extends AbstractDataRenderer<Object>
DataRenderer implementation which uses a Object.toString()
 to get a text representation of the item to render. This renderer provides no
 graphical representations of items and no style classes by default.| Constructor and Description | 
|---|
ObjectRenderer()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getText(Object item)
Gets a text representation of the item. 
 | 
getGraphic, getStyleClass, getStyleClass, getTooltippublic String getText(Object item)
item - the item to renderObject.toString()Copyright © 2012–2016 Drombler. All rights reserved.