public interface ChoiceRenderer
IFilterEditor.| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getRendererComponent(IFilterEditor editor,
java.lang.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. |
java.awt.Component getRendererComponent(IFilterEditor editor, java.lang.Object value, boolean isSelected)
CustomChoice instances; to use the
default rendering in this case, the method should return null.Copyright © 2019 coderazzi. All Rights Reserved.