Interface SectionPanelModel

    • Method Detail

      • getLabel

        java.lang.String getLabel()
      • getImageUrl

        java.lang.String getImageUrl()
      • getMessages

        java.util.List<Message> getMessages()
      • getSections

        java.util.List<Section> getSections()
      • getContext

        java.util.Map<java.lang.String,​java.lang.Object> getContext()
      • showSection

        void showSection​(Section section)
      • addSection

        void addSection​(Section section)
      • addSections

        void addSections​(java.util.List<Section> sections)
      • setSections

        void setSections​(java.util.List<Section> sections)
      • removeSection

        void removeSection​(Section section)
      • removeSections

        void removeSections​(java.util.Collection<Section> sections)
      • removeAllSections

        void removeAllSections()
      • initialize

        void initialize()
      • update

        void update()