Class ContextAreaBrowserComponent

java.lang.Object
org.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
All Implemented Interfaces:
BrowserComponent, CockpitComponent, DesktopRemovalAwareComponent, Serializable, Cloneable, org.zkoss.zk.ui.api.HtmlBasedComponent, org.zkoss.zk.ui.Component, org.zkoss.zk.ui.ext.Scope, org.zkoss.zk.ui.sys.ComponentCtrl, org.zkoss.zul.api.Div, org.zkoss.zul.impl.api.XulElement

public class ContextAreaBrowserComponent extends AbstractContextBrowserComponent implements DesktopRemovalAwareComponent
Context area browser component.
See Also:
  • Field Details

    • CONTEXT_AREA_MAIN_DIV_SCLASS

      protected static final String CONTEXT_AREA_MAIN_DIV_SCLASS
      See Also:
    • EMPTY_MESSAGE_I3

      protected static final String EMPTY_MESSAGE_I3
      See Also:
    • LIST_VIEW_CONFIG_CODE

      protected static final String LIST_VIEW_CONFIG_CODE
      See Also:
    • BROWSERAREA_SHOW_MAX_L10NKEY

      protected static final String BROWSERAREA_SHOW_MAX_L10NKEY
      See Also:
    • listView

      protected transient UIListView listView
    • contextArea

      protected transient org.zkoss.zk.ui.HtmlBasedComponent contextArea
    • internalContextViewMode

      protected String internalContextViewMode
    • contextModel

      protected final DefaultListModel<TypedObject> contextModel
    • gridContextController

      protected org.zkoss.zk.ui.event.EventListener gridContextController
    • contextAreaMainDiv

      protected transient org.zkoss.zul.Div contextAreaMainDiv
    • uiConfigurationService

      protected UIConfigurationService uiConfigurationService
    • typeService

      protected TypeService typeService
    • uiAccessRightService

      protected UIAccessRightService uiAccessRightService
    • tableController

      protected ContextAreaTableController tableController
    • lastContextType

      protected ObjectTemplate lastContextType
    • loginService

      protected LoginService loginService
    • contextHeader

      protected org.zkoss.zul.Label contextHeader
    • cleanContextHeader

      protected boolean cleanContextHeader
    • systemService

      protected SystemService systemService
    • inlineCreationEnabled

      protected boolean inlineCreationEnabled
    • toolbarDiv

      protected org.zkoss.zul.Div toolbarDiv
    • multiSelectActionArea

      protected org.zkoss.zul.Div multiSelectActionArea
    • paging

      protected org.zkoss.zul.Paging paging
    • pageSizeCombo

      protected org.zkoss.zul.Combobox pageSizeCombo
    • previouslyActiveItem

      protected TypedObject previouslyActiveItem
    • headerString

      protected String headerString
    • columnModelListener

      protected ColumnModelListener columnModelListener
      Listener that keeps track of visibility changes of columns and persists those changes.
  • Constructor Details

  • Method Details