public interface ChoiceRenderer
IFilterEditor
.Modifier and Type | Method and Description |
---|---|
Component |
getRendererComponent(IFilterEditor editor,
Object value,
boolean isSelected)
Returns the component used to represent the choice (normally, an element
from the associated table).
The value can be as well CustomChoice instances; to use the
default rendering in this case, the method should return null. |
Component getRendererComponent(IFilterEditor editor, Object value, boolean isSelected)
CustomChoice
instances; to use the
default rendering in this case, the method should return null.