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 Constructor Description DefaultEditorSectionPanelModel(UIEditorArea editorArea)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getContext()UIEditorAreagetEditorArea()booleanisCreateMode()voidsetCreateMode(boolean create)-
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, updateRow
-
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, showMessage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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, getImageUrl, getLabel, getMessages, getSections, initialize, removeAllSections, removeModelListener, removeSection, removeSections, setSections, showSection, update
-
-
-
-
Constructor Detail
-
DefaultEditorSectionPanelModel
public DefaultEditorSectionPanelModel(UIEditorArea editorArea)
-
-
Method Detail
-
getEditorArea
public UIEditorArea getEditorArea()
-
setCreateMode
public void setCreateMode(boolean create)
- Specified by:
setCreateModein interfaceEditorSectionPanelModel
-
isCreateMode
public boolean isCreateMode()
- Specified by:
isCreateModein interfaceEditorSectionPanelModel
-
getContext
public java.util.Map<java.lang.String,java.lang.Object> getContext()
- Specified by:
getContextin interfaceSectionPanelModel- Overrides:
getContextin classDefaultSectionPanelModel
-
-