Class WysiwygFeatureValueEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<FeatureValue>
de.hybris.platform.platformbackoffice.classification.editor.FeatureValueEditor
de.hybris.platform.platformbackoffice.classification.editor.WysiwygFeatureValueEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<FeatureValue>
Editor based on
FeatureValueEditor but additionally supports
WysiwygEditor for feature attributes. The editor sets Wysiwyg editor when
parameter WysiwygFeatureEditor.EDITOR_PARAM_ENABLE_WYSIWYG is set.-
Field Summary
Fields inherited from class de.hybris.platform.platformbackoffice.classification.editor.FeatureValueEditor
NULL_UNIT, YW_FEATURE_VALUE_CONTAINER, YW_FEATURE_VALUE_CONTAINER_WITH_UNIT, YW_FEATURE_VALUE_SUBEDITOR, YW_FEATURE_VALUE_UNIT_CONTAINERFields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINERFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.hybris.cockpitng.components.EditorprepareEditor(com.hybris.cockpitng.editors.EditorContext<FeatureValue> context) Methods inherited from class de.hybris.platform.platformbackoffice.classification.editor.FeatureValueEditor
createEditorLabel, renderMethods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Constructor Details
-
WysiwygFeatureValueEditor
public WysiwygFeatureValueEditor()
-
-
Method Details
-
prepareEditor
protected com.hybris.cockpitng.components.Editor prepareEditor(com.hybris.cockpitng.editors.EditorContext<FeatureValue> context) - Overrides:
prepareEditorin classFeatureValueEditor
-