public interface ComboitemRenderer<T>
Combobox.
If you need better control, your renderer can also implement
ComboitemRendererExt.
In addition, you could also
implement RendererCtrl. For example, starts an transaction,
and uses it to render all items for the same request.
ListModel,
Combobox,
ComboitemRendererExt| Modifier and Type | Method and Description |
|---|---|
void |
render(Comboitem item,
T data,
int index)
Renders the data to the specified comboitem.
|
void render(Comboitem item, T data, int index) throws Exception
item - the comboitem to render the result.data - that is returned from ListModel.getElementAt(int)index - the index of the data that is currently being renderedExceptionCopyright © 2026. All rights reserved.