Class FeatureValueEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<FeatureValue>
de.hybris.platform.platformbackoffice.classification.editor.FeatureValueEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<FeatureValue>
- Direct Known Subclasses:
WysiwygFeatureValueEditor
public class FeatureValueEditor
extends com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<FeatureValue>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final ClassificationAttributeUnitModelstatic final Stringstatic final Stringstatic final Stringstatic final StringFields 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 org.zkoss.zul.DivcreateEditorLabel(com.hybris.cockpitng.editors.EditorContext editorContext) protected com.hybris.cockpitng.components.EditorprepareEditor(com.hybris.cockpitng.editors.EditorContext<FeatureValue> context) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<FeatureValue> context, com.hybris.cockpitng.editors.EditorListener<FeatureValue> listener) Methods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Field Details
-
YW_FEATURE_VALUE_CONTAINER_WITH_UNIT
- See Also:
-
YW_FEATURE_VALUE_UNIT_CONTAINER
- See Also:
-
YW_FEATURE_VALUE_CONTAINER
- See Also:
-
YW_FEATURE_VALUE_SUBEDITOR
- See Also:
-
NULL_UNIT
-
-
Constructor Details
-
FeatureValueEditor
public FeatureValueEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<FeatureValue> context, com.hybris.cockpitng.editors.EditorListener<FeatureValue> listener) -
prepareEditor
protected com.hybris.cockpitng.components.Editor prepareEditor(com.hybris.cockpitng.editors.EditorContext<FeatureValue> context) -
createEditorLabel
protected org.zkoss.zul.Div createEditorLabel(com.hybris.cockpitng.editors.EditorContext editorContext)
-