public interface RadioRenderer<T>
Radiogroup
.ListModel
,
Radio
,
Radiogroup
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 renderingException
Copyright © 2016. All rights reserved.