Class ComponentInjectorHelper.ContentEditorListener
java.lang.Object
de.hybris.platform.cmscockpit.components.contentbrowser.ComponentInjectorHelper.ContentEditorListener
- All Implemented Interfaces:
EditorHelper.LanguageAwareEditorListener,EditorListener
- Enclosing class:
- ComponentInjectorHelper
public static class ComponentInjectorHelper.ContentEditorListener
extends Object
implements EditorHelper.LanguageAwareEditorListener
-
Field Summary
Fields inherited from interface de.hybris.platform.cockpit.model.editor.EditorListener
CANCEL_CLICKED, ENTER_PRESSED, ESCAPE_PRESSED, FORCE_SAVE_CLICKED, OPEN_EXTERNAL_CLICKED -
Constructor Summary
ConstructorsConstructorDescriptionContentEditorListener(UIEditor editor, ObjectValueContainer objectValueContainer, PropertyDescriptor propDescr, Map<String, ? extends Object> params, TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.HtmlBasedComponent rootComponent, boolean autoPersist) -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(String actionCode) Called when a special action is performedvoidactionPerformed(String actionCode, String langIso) voidvalueChanged(Object value) Called when aneditor's value has changed.voidvalueChanged(Object value, String langIso)
-
Constructor Details
-
ContentEditorListener
public ContentEditorListener(UIEditor editor, ObjectValueContainer objectValueContainer, PropertyDescriptor propDescr, Map<String, ? extends Object> params, TypedObject item, org.zkoss.zk.ui.HtmlBasedComponent parent, org.zkoss.zk.ui.HtmlBasedComponent rootComponent, boolean autoPersist)
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceEditorHelper.LanguageAwareEditorListener
-
valueChanged
- Specified by:
valueChangedin interfaceEditorHelper.LanguageAwareEditorListener
-
actionPerformed
Description copied from interface:EditorListenerCalled when a special action is performed- Specified by:
actionPerformedin interfaceEditorListener- Parameters:
actionCode- the unique action code
-
valueChanged
Description copied from interface:EditorListenerCalled when aneditor's value has changed.- Specified by:
valueChangedin interfaceEditorListener- Parameters:
value- the new value
-