Class AbstractContentEditorRenderer
java.lang.Object
de.hybris.platform.cmscockpit.components.contentbrowser.AbstractContentEditorRenderer
- All Implemented Interfaces:
ContentEditorRenderer
- Direct Known Subclasses:
DefaultContentEditorRenderer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAbstractContentEditorRenderer(ContentEditorConfiguration conf, boolean autoPersist) -
Method Summary
Modifier and TypeMethodDescriptionprotected ContentEditorConfigurationbooleanvoidrenderContentEditor(TypedObject item, String template, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, Map<String, ? extends Object> params) voidsetAutoPersist(boolean autoPersist) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cmscockpit.components.contentbrowser.ContentEditorRenderer
renderContentEditor
-
Field Details
-
autoPersist
protected boolean autoPersist
-
-
Constructor Details
-
AbstractContentEditorRenderer
-
AbstractContentEditorRenderer
-
-
Method Details
-
isAutoPersist
public boolean isAutoPersist()- Specified by:
isAutoPersistin interfaceContentEditorRenderer
-
setAutoPersist
public void setAutoPersist(boolean autoPersist) - Specified by:
setAutoPersistin interfaceContentEditorRenderer
-
getContentEditorConfiguration
-
renderContentEditor
public void renderContentEditor(TypedObject item, String template, ObjectValueContainer valueContainer, org.zkoss.zk.ui.HtmlBasedComponent parent, Map<String, ? extends Object> params) throws IllegalArgumentException- Specified by:
renderContentEditorin interfaceContentEditorRenderer- Throws:
IllegalArgumentException
-