Class AbstractSectionPanelModel

    • Constructor Detail

      • AbstractSectionPanelModel

        public AbstractSectionPanelModel()
    • Method Detail

      • setLabel

        public void setLabel​(java.lang.String label)
      • setImageUrl

        public void setImageUrl​(java.lang.String url)
      • getSectionByLabel

        public Section getSectionByLabel​(java.lang.String label)
      • renameSection

        public void renameSection​(Section section,
                                  java.lang.String label)
      • hideSection

        public abstract void hideSection​(Section section)
      • sectionUpdated

        public void sectionUpdated​(Section section)
      • rowUpdated

        public void rowUpdated​(SectionRow row)
      • fireSectionAdded

        protected void fireSectionAdded​(Section section)
      • fireSectionRenamed

        protected void fireSectionRenamed​(Section section)
      • fireSectionRemoved

        protected void fireSectionRemoved​(Section section)
      • fireAttacheValidationIconMenu

        protected void fireAttacheValidationIconMenu​(SectionRow row,
                                                     org.zkoss.zul.Menupopup menuPopup)
      • fireSectionHide

        protected void fireSectionHide​(Section section)
      • fireSectionShow

        protected void fireSectionShow​(Section section)
      • fireSectionUpdate

        protected void fireSectionUpdate​(Section section)
      • fireRowUpdate

        protected void fireRowUpdate​(SectionRow row)
      • fireRowHide

        protected void fireRowHide​(SectionRow row)
      • fireRowShow

        protected void fireRowShow​(SectionRow row)
      • fireRowStatusChange

        protected void fireRowStatusChange​(SectionRow row,
                                           int status,
                                           java.lang.String localizedMsg)
      • fireSectionHeaderChange

        protected void fireSectionHeaderChange​(Section section,
                                               int status)
      • fireMessagesChanged

        protected void fireMessagesChanged()
      • fireSectionMoved

        protected void fireSectionMoved()
      • fireRowMoved

        protected void fireRowMoved​(Section source,
                                    Section target)
      • addMessage

        public void addMessage​(Message msg)
      • clearMessages

        public void clearMessages()
      • showMessage

        public void showMessage​(Message msg)
      • showAllMessages

        public void showAllMessages()
      • refreshInfoContainer

        public void refreshInfoContainer()
      • hideMessage

        public void hideMessage​(Message msg)
      • moveSection

        public void moveSection​(Section section,
                                int index)
      • getContext

        public java.util.Map<java.lang.String,​java.lang.Object> getContext()
        Specified by:
        getContext in interface SectionPanelModel