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 a Radiogroup
.
- Author:
- tonyq
- See Also:
ListModel
,
Radio
,
Radiogroup
Method Summary |
void |
render(Radio item,
T data,
int index)
Renders the data to the specified radio. |
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 from ListModel.getElementAt(int)
index
- in the model when rendering
- Throws:
java.lang.Exception
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.