public interface Renderer
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Returns the component used to render the value.
|
void |
setValue(Object
Specifies the value to display and whether or not the value should be portrayed as "currently selected".
|
void setValue(ObjectaValue, boolean isSelected)
aValue - an Object object
isSelected - a boolean
ComponentgetComponent()