HtmlChoiceRendererpublic interface ChoiceRenderer
IFilterEditor.| Modifier and Type | Method | 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 © 2018 coderazzi. All Rights Reserved.