Class ContentEditorBrowserSectionModel
java.lang.Object
de.hybris.platform.cockpit.session.impl.AbstractSectionModel
de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
de.hybris.platform.cmscockpit.session.impl.ContentEditorBrowserSectionModel
- All Implemented Interfaces:
ViewStatePersistenceProvider,CockpitEventAcceptor,BrowserSectionModel,CockpitListComponent<TypedObject>,SectionModel
public class ContentEditorBrowserSectionModel
extends DefaultBrowserSectionModel
implements ViewStatePersistenceProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cmscockpit.session.impl.ViewStatePersistenceProvider
ViewStatePersistenceProvider.ViewStatePersisteable -
Field Summary
Fields inherited from class de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
initializedFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
modifiedFields inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
rootItem -
Constructor Summary
ConstructorsConstructorDescriptionContentEditorBrowserSectionModel(SectionBrowserModel browserModel) ContentEditorBrowserSectionModel(SectionBrowserModel browserModel, String label) ContentEditorBrowserSectionModel(SectionBrowserModel browserModel, String label, Object rootItem) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidfireEvent(SectionModelEvent event) protected CMSPageLockingServiceprotected CMSPageServiceorg.zkoss.zk.ui.HtmlBasedComponentbooleanbooleanbooleanvoidonCockpitEvent(CockpitEvent event) voidsetPreLabel(org.zkoss.zk.ui.HtmlBasedComponent preLabel) voidsetReadOnly(boolean readOnly) voidsetRootItem(Object rootItem) Methods inherited from class de.hybris.platform.cockpit.session.impl.DefaultBrowserSectionModel
getBrowserSectionRenderer, getIcon, getItems, getLabel, getSelectedIndex, getSelectedIndexes, initialize, isFocused, isModified, isVisible, setBrowserSectionRenderer, setFocused, setIcon, setItems, setLabel, setModified, setSelectedIndex, setSelectedIndexes, setVisible, updateMethods inherited from class de.hybris.platform.cockpit.session.impl.AbstractBrowserSectionModel
getSectionBrowserModel, setSectionBrowserModelMethods inherited from class de.hybris.platform.cockpit.session.impl.AbstractSectionModel
addSectionModelListener, getRootItem, getSectionModelListeners, removeSectionModelListener, setSectionModelListeners, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.session.SectionModel
addSectionModelListener, getRootItem, getSectionModelListeners, removeSectionModelListener, setSectionModelListeners
-
Constructor Details
-
ContentEditorBrowserSectionModel
-
ContentEditorBrowserSectionModel
-
ContentEditorBrowserSectionModel
public ContentEditorBrowserSectionModel(SectionBrowserModel browserModel, String label, Object rootItem)
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setRootItem
- Specified by:
setRootItemin interfaceSectionModel- Overrides:
setRootItemin classAbstractSectionModel
-
getValueContainer
-
fireEvent
- Overrides:
fireEventin classDefaultBrowserSectionModel
-
onCockpitEvent
- Specified by:
onCockpitEventin interfaceCockpitEventAcceptor- Overrides:
onCockpitEventin classDefaultBrowserSectionModel
-
getPreLabel
public org.zkoss.zk.ui.HtmlBasedComponent getPreLabel()- Specified by:
getPreLabelin interfaceSectionModel- Overrides:
getPreLabelin classDefaultBrowserSectionModel
-
setPreLabel
public void setPreLabel(org.zkoss.zk.ui.HtmlBasedComponent preLabel) - Specified by:
setPreLabelin interfaceSectionModel- Overrides:
setPreLabelin classDefaultBrowserSectionModel
-
hasReadOnlyChanged
public boolean hasReadOnlyChanged() -
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readOnly) -
clearViewStateForComponent
public void clearViewStateForComponent(ViewStatePersistenceProvider.ViewStatePersisteable viewComponent) - Specified by:
clearViewStateForComponentin interfaceViewStatePersistenceProvider
-
getViewStateForComponent
public Map<String,Object> getViewStateForComponent(ViewStatePersistenceProvider.ViewStatePersisteable viewComponent) - Specified by:
getViewStateForComponentin interfaceViewStatePersistenceProvider
-
getCmsPageLockingService
-
getCmsPageService
-