Class BaseUICockpitNavigationArea

    • Constructor Detail

      • BaseUICockpitNavigationArea

        public BaseUICockpitNavigationArea()
    • Method Detail

      • getSelectedBrowserTask

        public BrowserModel getSelectedBrowserTask()
      • setSelectedBrowserTask

        public void setSelectedBrowserTask​(BrowserModel browserModel)
      • fireBrowserTaskSelected

        protected void fireBrowserTaskSelected()
      • updateContentSlotContainer

        public void updateContentSlotContainer()
      • updateInfoSlotContainer

        public void updateInfoSlotContainer()
      • setContentSlotContainer

        public void setContentSlotContainer​(org.zkoss.zk.ui.HtmlBasedComponent contentSlotContainer)
      • getContentSlotContainer

        public org.zkoss.zk.ui.HtmlBasedComponent getContentSlotContainer()
      • setInfoSlotContainer

        public void setInfoSlotContainer​(org.zkoss.zk.ui.HtmlBasedComponent infoSlotContainer)
      • getInfoSlotContainer

        public org.zkoss.zk.ui.HtmlBasedComponent getInfoSlotContainer()
      • setContentSlotRenderer

        public void setContentSlotRenderer​(SimpleRenderer contentSlotRenderer)
      • getContentSlotRenderer

        public SimpleRenderer getContentSlotRenderer()
      • setInfoSlotRenderer

        public void setInfoSlotRenderer​(SimpleRenderer infoSlotRenderer)
      • getContentSlotLabel

        public java.lang.String getContentSlotLabel()
      • setContentSlotLabel

        public void setContentSlotLabel​(java.lang.String contentSlotLabel)
      • setContentSlotI3Label

        public void setContentSlotI3Label​(java.lang.String contentSlotLabel)
      • getInfoSlotLabel

        public java.lang.String getInfoSlotLabel()
      • setInfoSlotLabel

        public void setInfoSlotLabel​(java.lang.String infoSlotLabel)
      • setInfoSlotI3Label

        public void setInfoSlotI3Label​(java.lang.String infoSlotLabel)
      • getInfoSlotAttachmentTypes

        public java.util.List<java.lang.String> getInfoSlotAttachmentTypes()
      • setInfoSlotAttachmentTypes

        public void setInfoSlotAttachmentTypes​(java.util.List<java.lang.String> infoSlotAttachmentTypes)
      • setSelectedQuery

        public void setSelectedQuery​(UIQuery query)
      • setSelectedQuery

        public void setSelectedQuery​(UIQuery query,
                                     boolean doubleClicked)
      • setSelectedSavedQuery

        public void setSelectedSavedQuery​(UISavedQuery query,
                                          boolean doubleClicked)
      • setSelectedCollection

        public void setSelectedCollection​(UICollectionQuery selectedCollection,
                                          boolean doubleClicked)
      • setSelectedDynamicQuery

        public void setSelectedDynamicQuery​(UIDynamicQuery selectedDynamicQuery,
                                            boolean doubleClicked)
      • getSelectedSavedQuery

        public UISavedQuery getSelectedSavedQuery()
      • getSelectedDynamicQuery

        public UIDynamicQuery getSelectedDynamicQuery()
      • clearQuerySelection

        protected void clearQuerySelection()
      • fireSavedQueryDoubleClicked

        protected void fireSavedQueryDoubleClicked()
      • fireDynamicQueryDoubleClicked

        protected void fireDynamicQueryDoubleClicked()
      • fireCollectionDoubleClicked

        protected void fireCollectionDoubleClicked()
      • fireSavedQuerySelected

        protected void fireSavedQuerySelected()
      • fireDynamicQuerySelected

        protected void fireDynamicQuerySelected()
      • fireCollectionSelected

        protected void fireCollectionSelected()
      • fireCollectionChanged

        protected void fireCollectionChanged​(ObjectCollection collection)
      • fireCollectionAdded

        protected void fireCollectionAdded​(ObjectCollection collection)
      • setCockpitTypeService

        public void setCockpitTypeService​(TypeService typeService)
      • setObjectCollectionService

        public void setObjectCollectionService​(ObjectCollectionService objectCollectionService)
      • setSavedQueryService

        public void setSavedQueryService​(SavedQueryService savedQueryService)
      • setUiComponentCache

        public void setUiComponentCache​(UIComponentCache uiComponentCache)
        Parameters:
        uiComponentCache - the uiComponentCache to set
      • setUiConfigurationService

        public void setUiConfigurationService​(UIConfigurationService uiConfigurationService)
      • setModelService

        public void setModelService​(ModelService modelService)
      • setDynamicQueryService

        public void setDynamicQueryService​(DynamicQueryService dynamicQueryService)
      • removeQuery

        public void removeQuery​(UIQuery query)
      • renameCollection

        public void renameCollection​(UICollectionQuery query,
                                     java.lang.String label)
      • renameSavedQuery

        public void renameSavedQuery​(UISavedQuery query,
                                     java.lang.String label)
      • publishSavedQuery

        public void publishSavedQuery​(UISavedQuery query)
      • duplicateQuery

        public void duplicateQuery​(UIQuery query)
      • getSelectedIndex

        public java.lang.Integer getSelectedIndex​(java.lang.String type)
      • setSelectedIndex

        public void setSelectedIndex​(java.lang.String type,
                                     int selectedIndex)
      • clearSelectedIndexes

        public void clearSelectedIndexes()
      • handlePasteOperation

        public void handlePasteOperation​(java.lang.String rawContent,
                                         UICollectionQuery collection)
        Base implementation does not implement paste operation. Implement method in subclasses, for this functionality
        Parameters:
        rawContent -
        collection -
      • resetContext

        public void resetContext()
      • getLabel

        public java.lang.String getLabel()
      • isPushInfoBox

        public boolean isPushInfoBox()
      • setPushInfoBox

        public void setPushInfoBox​(boolean pushInfoBox)
      • setPushInfoBoxEventClassName

        public void setPushInfoBoxEventClassName​(java.lang.String evtClassName)
      • getPushInfoBoxEventClassName

        public java.lang.String getPushInfoBoxEventClassName()