Class DefaultSectionPanelModel
java.lang.Object
de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionPanelModel
- All Implemented Interfaces:
RowlayoutSectionPanelModel,SectionPanelModel
- Direct Known Subclasses:
DefaultEditorSectionPanelModel
public class DefaultSectionPanelModel
extends AbstractSectionPanelModel
implements RowlayoutSectionPanelModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSection(Section section, List<SectionRow> rows) voidhideRow(SectionRow row) voidhideSection(Section section) voidvoidmoveRow(SectionRow row, Section sectionTo, int index) voidvoidremoveSection(Section section) voidreset()voidsetRows(Section section, List<SectionRow> rows) voidsetRowStatus(SectionRow row, int status) voidsetRowStatus(SectionRow row, int status, String localizedMsg) voidsetSectionHeaderStatus(Section section, int status) voidsetValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup) voidshowRow(SectionRow row) voidshowSection(Section section) voidupdate()voidupdateRow(SectionRow row) Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
addMessage, addModelListener, addSection, addSections, clearMessages, fireAttacheValidationIconMenu, fireMessagesChanged, fireRowHide, fireRowMoved, fireRowShow, fireRowStatusChange, fireRowUpdate, fireSectionAdded, fireSectionHeaderChange, fireSectionHide, fireSectionMoved, fireSectionRemoved, fireSectionRenamed, fireSectionShow, fireSectionUpdate, getImageUrl, getLabel, getMessages, getSectionByLabel, getSections, hideMessage, moveSection, refreshInfoContainer, removeModelListener, removeSections, renameSection, rowUpdated, sectionUpdated, setImageUrl, setLabel, setSections, showAllMessages, showMessageMethods 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
addModelListener, addSection, addSections, getImageUrl, getLabel, getMessages, getSections, removeModelListener, removeSections, setSections
-
Constructor Details
-
DefaultSectionPanelModel
public DefaultSectionPanelModel()
-
-
Method Details
-
setRows
-
addSection
-
reset
public void reset() -
removeAllSections
public void removeAllSections()- Specified by:
removeAllSectionsin interfaceSectionPanelModel- Overrides:
removeAllSectionsin classAbstractSectionPanelModel
-
removeSection
- Specified by:
removeSectionin interfaceSectionPanelModel- Overrides:
removeSectionin classAbstractSectionPanelModel
-
getRows
- Specified by:
getRowsin interfaceRowlayoutSectionPanelModel
-
getSectionForRow
-
moveRow
-
hideRow
-
showRow
- Specified by:
showRowin interfaceRowlayoutSectionPanelModel
-
getNextVisibleRow
- Specified by:
getNextVisibleRowin interfaceRowlayoutSectionPanelModel
-
setRowStatus
- Specified by:
setRowStatusin interfaceRowlayoutSectionPanelModel
-
setRowStatus
- Specified by:
setRowStatusin interfaceRowlayoutSectionPanelModel
-
updateRow
- Specified by:
updateRowin interfaceRowlayoutSectionPanelModel
-
hideSection
- Specified by:
hideSectionin classAbstractSectionPanelModel
-
showSection
- Specified by:
showSectionin interfaceSectionPanelModel- Specified by:
showSectionin classAbstractSectionPanelModel
-
initialize
public void initialize()- Specified by:
initializein interfaceSectionPanelModel
-
update
public void update()- Specified by:
updatein interfaceSectionPanelModel
-
getContext
- Specified by:
getContextin interfaceSectionPanelModel- Overrides:
getContextin classAbstractSectionPanelModel
-
getAllRows
- Specified by:
getAllRowsin interfaceRowlayoutSectionPanelModel
-
setSectionHeaderStatus
- Specified by:
setSectionHeaderStatusin interfaceRowlayoutSectionPanelModel
-
setValidationIconMenu
- Specified by:
setValidationIconMenuin interfaceRowlayoutSectionPanelModel
-