Class AbstractSectionPanelModel
java.lang.Object
de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
- All Implemented Interfaces:
SectionPanelModel
- Direct Known Subclasses:
AbstractNavigationAreaModel,DefaultSectionPanelModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMessage(Message msg) voidaddModelListener(SectionPanelListener sectionPanelListener) voidaddSection(Section section) voidaddSections(List<Section> sections) voidprotected voidfireAttacheValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup) protected voidprotected voidfireRowHide(SectionRow row) protected voidfireRowMoved(Section source, Section target) protected voidfireRowShow(SectionRow row) protected voidfireRowStatusChange(SectionRow row, int status, String localizedMsg) protected voidfireRowUpdate(SectionRow row) protected voidfireSectionAdded(Section section) protected voidfireSectionHeaderChange(Section section, int status) protected voidfireSectionHide(Section section) protected voidprotected voidfireSectionRemoved(Section section) protected voidfireSectionRenamed(Section section) protected voidfireSectionShow(Section section) protected voidfireSectionUpdate(Section section) getLabel()getSectionByLabel(String label) voidhideMessage(Message msg) abstract voidhideSection(Section section) voidmoveSection(Section section, int index) voidvoidvoidremoveModelListener(SectionPanelListener sectionPanelListener) voidremoveSection(Section section) voidremoveSections(Collection<Section> sections) voidrenameSection(Section section, String label) voidrowUpdated(SectionRow row) voidsectionUpdated(Section section) voidsetImageUrl(String url) voidvoidsetSections(List<Section> newSections) voidvoidshowMessage(Message msg) abstract voidshowSection(Section section) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.SectionPanelModel
initialize, update
-
Constructor Details
-
AbstractSectionPanelModel
public AbstractSectionPanelModel()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfaceSectionPanelModel
-
setLabel
-
setImageUrl
-
getImageUrl
- Specified by:
getImageUrlin interfaceSectionPanelModel
-
getSectionByLabel
-
getSections
- Specified by:
getSectionsin interfaceSectionPanelModel
-
renameSection
-
addModelListener
- Specified by:
addModelListenerin interfaceSectionPanelModel
-
removeModelListener
- Specified by:
removeModelListenerin interfaceSectionPanelModel
-
removeSection
- Specified by:
removeSectionin interfaceSectionPanelModel
-
removeAllSections
public void removeAllSections()- Specified by:
removeAllSectionsin interfaceSectionPanelModel
-
addSection
- Specified by:
addSectionin interfaceSectionPanelModel
-
addSections
- Specified by:
addSectionsin interfaceSectionPanelModel
-
removeSections
- Specified by:
removeSectionsin interfaceSectionPanelModel
-
setSections
- Specified by:
setSectionsin interfaceSectionPanelModel
-
hideSection
-
showSection
- Specified by:
showSectionin interfaceSectionPanelModel
-
sectionUpdated
-
rowUpdated
-
fireSectionAdded
-
fireSectionRenamed
-
fireSectionRemoved
-
fireAttacheValidationIconMenu
-
fireSectionHide
-
fireSectionShow
-
fireSectionUpdate
-
fireRowUpdate
-
fireRowHide
-
fireRowShow
-
fireRowStatusChange
-
fireSectionHeaderChange
-
fireMessagesChanged
protected void fireMessagesChanged() -
fireSectionMoved
protected void fireSectionMoved() -
fireRowMoved
-
getMessages
- Specified by:
getMessagesin interfaceSectionPanelModel
-
addMessage
-
clearMessages
public void clearMessages() -
showMessage
-
showAllMessages
public void showAllMessages() -
refreshInfoContainer
public void refreshInfoContainer() -
hideMessage
-
moveSection
-
getContext
- Specified by:
getContextin interfaceSectionPanelModel
-