Interface RowlayoutSectionPanelModel
-
- All Superinterfaces:
SectionPanelModel
- All Known Subinterfaces:
EditorSectionPanelModel
- All Known Implementing Classes:
DefaultEditorSectionPanelModel
,DefaultSectionPanelModel
public interface RowlayoutSectionPanelModel extends SectionPanelModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<SectionRow>
getAllRows()
SectionRow
getNextVisibleRow(SectionRow row)
java.util.List<SectionRow>
getRows(Section section)
void
setRowStatus(SectionRow row, int status)
void
setRowStatus(SectionRow row, int status, java.lang.String localizedMsg)
void
setSectionHeaderStatus(Section section, int status)
void
setValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup)
void
showRow(SectionRow row)
void
updateRow(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 Detail
-
getRows
java.util.List<SectionRow> getRows(Section section)
-
getAllRows
java.util.Set<SectionRow> getAllRows()
-
showRow
void showRow(SectionRow row)
-
updateRow
void updateRow(SectionRow row)
-
setRowStatus
void setRowStatus(SectionRow row, int status)
-
setRowStatus
void setRowStatus(SectionRow row, int status, java.lang.String localizedMsg)
-
setValidationIconMenu
void setValidationIconMenu(SectionRow row, org.zkoss.zul.Menupopup menuPopup)
-
setSectionHeaderStatus
void setSectionHeaderStatus(Section section, int status)
-
getNextVisibleRow
SectionRow getNextVisibleRow(SectionRow row)
-
-