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 java.lang.Exception
item
- the comboitem to render the result.data
- that is returned from ListModel.getElementAt(int)
index
- in the model when renderingjava.lang.Exception
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.