Interface ListCellRenderer<T>
-
- Type Parameters:
T-
public interface ListCellRenderer<T>Renders content of the listcell for the entry according to the ListColumn configuration and selected model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(org.zkoss.zul.Listcell cell, T entry, ListColumn column, java.util.Set<java.lang.Object> selectionModel)
-
-
-
Method Detail
-
render
void render(org.zkoss.zul.Listcell cell, T entry, ListColumn column, java.util.Set<java.lang.Object> selectionModel)
-
-