public interface RadioRenderer<T>
Radiogroup.ListModel,
Radio,
Radiogroup| Modifier and Type | Method and Description |
|---|---|
void |
render(Radio item,
T data,
int index)
Renders the data to the specified radio.
|
void render(Radio item, T data, int index) throws Exception
item - the comboitem to render the result.data - that is returned from ListModel.getElementAt(int)index - in the model when renderingExceptionCopyright © 2023. All rights reserved.