Class WysiwygFeatureEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<ClassificationInfo>
de.hybris.platform.platformbackoffice.classification.editor.FeatureEditor
de.hybris.platform.platformbackoffice.classification.editor.WysiwygFeatureEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<ClassificationInfo>
Editor based on
FeatureEditor but additionally supports
WysiwygEditor for feature attributes. The editor introduces additional
editor parameter when assignment has
ClassAttributeAssignmentModel.ENABLEWYSIWYGEDITOR parameter
set to true.-
Field Summary
FieldsFields inherited from class de.hybris.platform.platformbackoffice.classification.editor.FeatureEditor
CLASSIFICATION_INFO, SCLASS_LABEL, SCLASS_LABEL_WRAPPER, SCLASS_MANDATORY_ATTRIBUTE_LABELFields 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<ClassificationInfo> context) Methods inherited from class de.hybris.platform.platformbackoffice.classification.editor.FeatureEditor
createLabel, extractEmbeddedType, isFeatureLocalized, onValueChanged, preventSubEditorLabelCreation, renderMethods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Field Details
-
EDITOR_PARAM_ENABLE_WYSIWYG
- See Also:
-
-
Constructor Details
-
WysiwygFeatureEditor
public WysiwygFeatureEditor()
-
-
Method Details
-
prepareEditor
protected com.hybris.cockpitng.components.Editor prepareEditor(com.hybris.cockpitng.editors.EditorContext<ClassificationInfo> context) - Overrides:
prepareEditorin classFeatureEditor
-