Class DefaultEditorSectionPanelModel
java.lang.Object
de.hybris.platform.cockpit.components.sectionpanel.AbstractSectionPanelModel
de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionPanelModel
de.hybris.platform.cockpit.session.impl.DefaultEditorSectionPanelModel
- All Implemented Interfaces:
RowlayoutSectionPanelModel,SectionPanelModel,EditorSectionPanelModel
public class DefaultEditorSectionPanelModel
extends DefaultSectionPanelModel
implements EditorSectionPanelModel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.cockpit.components.sectionpanel.DefaultSectionPanelModel
addSection, getAllRows, getNextVisibleRow, getRows, getSectionForRow, hideRow, hideSection, initialize, moveRow, removeAllSections, removeSection, reset, setRows, setRowStatus, setRowStatus, setSectionHeaderStatus, setValidationIconMenu, showRow, showSection, update, updateRowMethods 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.RowlayoutSectionPanelModel
getAllRows, getNextVisibleRow, getRows, setRowStatus, setRowStatus, setSectionHeaderStatus, setValidationIconMenu, showRow, updateRowMethods inherited from interface de.hybris.platform.cockpit.components.sectionpanel.SectionPanelModel
addModelListener, addSection, addSections, getImageUrl, getLabel, getMessages, getSections, initialize, removeAllSections, removeModelListener, removeSection, removeSections, setSections, showSection, update
-
Constructor Details
-
DefaultEditorSectionPanelModel
-
-
Method Details
-
getEditorArea
-
setCreateMode
public void setCreateMode(boolean create) - Specified by:
setCreateModein interfaceEditorSectionPanelModel
-
isCreateMode
public boolean isCreateMode()- Specified by:
isCreateModein interfaceEditorSectionPanelModel
-
getContext
- Specified by:
getContextin interfaceSectionPanelModel- Overrides:
getContextin classDefaultSectionPanelModel
-