Interface SectionPanelModel
- All Known Subinterfaces:
EditorSectionPanelModel,RowlayoutSectionPanelModel
- All Known Implementing Classes:
AbstractNavigationAreaModel,AbstractSectionPanelModel,AdminBundleCockpitNavigationAreaModel,AdmincockpitNavigationAreaModel,CatalogNavigationAreaModel,CatalogNavigationAreaModel,DefaultEditorSectionPanelModel,DefaultNavigationAreaModel,DefaultSectionPanelModel,LiveEditNavigationAreaModel,NavigationAreaModel,NavigationNodeNavigationAreaModel,SubscriptionbundlecockpitsNavigationAreaModel
public interface SectionPanelModel
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddModelListener(SectionPanelListener sectionPanelListener) voidaddSection(Section section) voidaddSections(List<Section> sections) getLabel()voidvoidvoidremoveModelListener(SectionPanelListener sectionPanelListener) voidremoveSection(Section section) voidremoveSections(Collection<Section> sections) voidsetSections(List<Section> sections) voidshowSection(Section section) voidupdate()
-
Method Details
-
getLabel
String getLabel() -
getImageUrl
String getImageUrl() -
getMessages
-
getSections
-
getContext
-
addModelListener
-
removeModelListener
-
showSection
-
addSection
-
addSections
-
setSections
-
removeSection
-
removeSections
-
removeAllSections
void removeAllSections() -
initialize
void initialize() -
update
void update()
-