Interface EditorSectionPanelModel
-
- All Superinterfaces:
RowlayoutSectionPanelModel,SectionPanelModel
- All Known Implementing Classes:
DefaultEditorSectionPanelModel
public interface EditorSectionPanelModel extends RowlayoutSectionPanelModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisCreateMode()voidsetCreateMode(boolean createMode)-
Methods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.RowlayoutSectionPanelModel
getAllRows, getNextVisibleRow, getRows, setRowStatus, setRowStatus, setSectionHeaderStatus, setValidationIconMenu, showRow, updateRow
-
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
-
-