public abstract class AbstractContentEditorRenderer extends java.lang.Object implements ContentEditorRenderer
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoPersist |
| Constructor and Description |
|---|
AbstractContentEditorRenderer(ContentEditorConfiguration conf) |
AbstractContentEditorRenderer(ContentEditorConfiguration conf,
boolean autoPersist) |
| Modifier and Type | Method and Description |
|---|---|
protected ContentEditorConfiguration |
getContentEditorConfiguration() |
boolean |
isAutoPersist() |
void |
renderContentEditor(TypedObject item,
java.lang.String template,
ObjectValueContainer valueContainer,
HtmlBasedComponent parent,
java.util.Map<java.lang.String,? extends java.lang.Object> params) |
void |
setAutoPersist(boolean autoPersist) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderContentEditorpublic AbstractContentEditorRenderer(ContentEditorConfiguration conf)
public AbstractContentEditorRenderer(ContentEditorConfiguration conf, boolean autoPersist)
public boolean isAutoPersist()
isAutoPersist in interface ContentEditorRendererpublic void setAutoPersist(boolean autoPersist)
setAutoPersist in interface ContentEditorRendererprotected ContentEditorConfiguration getContentEditorConfiguration()
public void renderContentEditor(TypedObject item, java.lang.String template, ObjectValueContainer valueContainer, HtmlBasedComponent parent, java.util.Map<java.lang.String,? extends java.lang.Object> params) throws java.lang.IllegalArgumentException
renderContentEditor in interface ContentEditorRendererjava.lang.IllegalArgumentExceptionCopyright © 2018 SAP SE. All Rights Reserved.