org.zkoss.zul
Interface RadioRenderer<T>
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 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:
Exception
Copyright © 2014. All rights reserved.