Interface ListViewMenuPopupBuilder

All Known Implementing Classes:
DefaultListViewMenuPopupBuilder, DynamicListViewMenuPopupBuilder

public interface ListViewMenuPopupBuilder
The Interface ListViewMenuPopupBuilder. Provides methods for building right-click menu popup in ListView header.
Spring Bean ID:
listViewMenuPopupBuilder
  • Method Details

    • buildStandardColumnMenuPopup

      org.zkoss.zul.Menupopup buildStandardColumnMenuPopup(UIListView listView, ColumnDescriptor descriptor, int columnIndex)
      Builds the standard column menu popup.
      Parameters:
      descriptor - the descriptor
      columnIndex - the column index
      Returns:
      the menupopup
    • buildBackgroundColumnMenuPopup

      org.zkoss.zul.Menupopup buildBackgroundColumnMenuPopup(UIListView listView, ColumnLayoutComponent mainColumnComponent)
      Builds menu popup for use in ListView's background column.
      Parameters:
      mainColumnComponent - the main column component
      Returns:
      the menupopup