Package org.zkoss.zkmax.zul
Interface LineitemRenderer<T>
-
- All Known Implementing Classes:
BindLineitemRenderer
public interface LineitemRenderer<T>
Identifies components that can be used as "rubber stamps" to paint the cells in anLinelayout
.- Since:
- 9.0.0
- See Also:
ListModel
,Linelayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(Lineitem lineItem, T data, int index)
Renders the data to the specified lineitem.
-
-
-
Method Detail
-
render
void render(Lineitem lineItem, T data, int index) throws java.lang.Exception
Renders the data to the specified lineitem.- Parameters:
lineItem
- the lineItem to render the result.data
- that is used to render the lineitem.index
- the index of the data that is currently being rendered.- Throws:
java.lang.Exception
-
-