Interface RowlayoutSectionPanelModel
- All Superinterfaces:
SectionPanelModel
- All Known Subinterfaces:
EditorSectionPanelModel
- All Known Implementing Classes:
DefaultEditorSectionPanelModel,DefaultSectionPanelModel
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetRowStatus(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) voidupdateRow(SectionRow row) Methods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.SectionPanelModel
addModelListener, addSection, addSections, getContext, getImageUrl, getLabel, getMessages, getSections, initialize, removeAllSections, removeModelListener, removeSection, removeSections, setSections, showSection, update
-
Method Details
-
getRows
-
getAllRows
Set<SectionRow> getAllRows() -
showRow
-
updateRow
-
setRowStatus
-
setRowStatus
-
setValidationIconMenu
-
setSectionHeaderStatus
-
getNextVisibleRow
-