Class WInfoWindowListItemRenderer

  • All Implemented Interfaces:
    org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>, org.zkoss.zul.ListitemRenderer<Object>, org.zkoss.zul.ListitemRendererExt

    public class WInfoWindowListItemRenderer
    extends WListItemRenderer
    • Constructor Detail

      • WInfoWindowListItemRenderer

        public WInfoWindowListItemRenderer​(InfoWindow infoWindow)
      • WInfoWindowListItemRenderer

        public WInfoWindowListItemRenderer​(InfoWindow infoWindow,
                                           List<? extends String> columnNames)
    • Method Detail

      • setGridDisplaydInfoColumns

        public void setGridDisplaydInfoColumns​(InfoColumnVO[] infoColumns,
                                               ColumnInfo[] columnInfos)
      • getCellComponent

        protected org.zkoss.zul.Listcell getCellComponent​(WListbox table,
                                                          Object field,
                                                          int rowIndex,
                                                          int columnIndex)
        Description copied from class: WListItemRenderer
        Generate the cell for the given field.
        Overrides:
        getCellComponent in class WListItemRenderer
        Parameters:
        table - The table into which the cell will be placed.
        field - The data field for which the cell is to be created.
        rowIndex - The row in which the cell is to be placed.
        columnIndex - The column in which the cell is to be placed.
        Returns:
        The list cell component.