public static class ComponentInjectorHelper.ContentEditorListener extends Object implements EditorHelper.LanguageAwareEditorListener
CANCEL_CLICKED, ENTER_PRESSED, ESCAPE_PRESSED, FORCE_SAVE_CLICKED, OPEN_EXTERNAL_CLICKED| Constructor and Description |
|---|
ContentEditorListener(UIEditor editor,
ObjectValueContainer objectValueContainer,
PropertyDescriptor propDescr,
Map<String,? extends Object> params,
TypedObject item,
HtmlBasedComponent parent,
HtmlBasedComponent rootComponent,
boolean autoPersist) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(String actionCode)
Called when a special action is performed
|
void |
actionPerformed(String actionCode,
String langIso) |
void |
valueChanged(Object value)
Called when an
editor's value has changed. |
void |
valueChanged(Object value,
String langIso) |
public ContentEditorListener(UIEditor editor, ObjectValueContainer objectValueContainer, PropertyDescriptor propDescr, Map<String,? extends Object> params, TypedObject item, HtmlBasedComponent parent, HtmlBasedComponent rootComponent, boolean autoPersist)
public void actionPerformed(String actionCode, String langIso)
actionPerformed in interface EditorHelper.LanguageAwareEditorListenerpublic void valueChanged(Object value, String langIso)
valueChanged in interface EditorHelper.LanguageAwareEditorListenerpublic void actionPerformed(String actionCode)
EditorListeneractionPerformed in interface EditorListeneractionCode - the unique action codepublic void valueChanged(Object value)
EditorListenereditor's value has changed.valueChanged in interface EditorListenervalue - the new valueCopyright © 2017 SAP SE. All Rights Reserved.