public interface ContentEditorRenderer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAutoPersist() |
void |
renderContentEditor(TypedObject item,
String template,
ObjectValueContainer valueContainer,
HtmlBasedComponent parent,
Map<String,? extends Object> params) |
void |
renderContentEditor(TypedObject item,
String template,
ObjectValueContainer valueContainer,
HtmlBasedComponent parent,
Map<String,? extends Object> params,
boolean readOnly) |
void |
setAutoPersist(boolean autoPersist) |
void setAutoPersist(boolean autoPersist)
boolean isAutoPersist()
void renderContentEditor(TypedObject item, String template, ObjectValueContainer valueContainer, HtmlBasedComponent parent, Map<String,? extends Object> params) throws IllegalArgumentException
IllegalArgumentExceptionvoid renderContentEditor(TypedObject item, String template, ObjectValueContainer valueContainer, HtmlBasedComponent parent, Map<String,? extends Object> params, boolean readOnly) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2017 SAP SE. All Rights Reserved.