Package org.zkoss.zul
Interface RadioRenderer<T>
-
- All Known Implementing Classes:
BindRadioRenderer
public interface RadioRenderer<T>
Identifies components that can be used as "rubber stamps" to paint the cells in aRadiogroup
.- Author:
- tonyq
- See Also:
ListModel
,Radio
,Radiogroup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(Radio item, T data, int index)
Renders the data to the specified radio.
-
-
-
Method Detail
-
render
void render(Radio item, T data, int index) throws java.lang.Exception
Renders the data to the specified radio.- Parameters:
item
- the comboitem to render the result.data
- that is returned fromListModel.getElementAt(int)
index
- in the model when rendering- Throws:
java.lang.Exception
-
-