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 Detail

      • render

        void render​(org.zkoss.zul.Listcell cell,
                    T entry,
                    ListColumn column,
                    java.util.Set<java.lang.Object> selectionModel)