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
public String getText(Object item)
item
- the item to renderObject.toString()
Copyright © 2012-2013 Drombler. All Rights Reserved.