public abstract class AbstractContentEditorRenderer extends 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,
String template,
ObjectValueContainer valueContainer,
HtmlBasedComponent parent,
Map<String,? extends 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, String template, ObjectValueContainer valueContainer, HtmlBasedComponent parent, Map<String,? extends Object> params) throws IllegalArgumentException
renderContentEditor in interface ContentEditorRendererIllegalArgumentExceptionCopyright © 2017 SAP SE. All Rights Reserved.