Class ProductCodeReferenceUIEditor
java.lang.Object
de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
de.hybris.platform.cockpit.model.editor.impl.AbstractTextBasedUIEditor
de.hybris.platform.cockpit.model.editor.impl.DefaultTextUIEditor
de.hybris.platform.admincockpit.model.referenceeditor.impl.ProductCodeReferenceUIEditor
- All Implemented Interfaces:
UIEditor
Deprecated.
since 6.3
Editor moved to :
Editor class from admincockpit will be removed.
ProductCodeReferenceUIEditor. Editor class from admincockpit will be removed.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
AbstractUIEditor.CancelButtonContainer, AbstractUIEditor.CancelListener, AbstractUIEditor.ErrorDiv -
Field Summary
Fields inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractTextBasedUIEditor
originalValueFields inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
ATTRIBUTE_QUALIFIER_PARAM, CANCEL_BTN, EVENT_SOURCE, inEditMode, initialEditValue, initialInputString, PROPERTY_DESCRIPTOR_PARAM, SEARCH_MODE_PARAMFields inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReferenceUIEditorDeprecated.org.zkoss.zk.ui.HtmlBasedComponentcreateViewComponent(Object initialValue, Map<String, ? extends Object> parameters, EditorListener listener) Deprecated.Creates a new editor component and attaches it to the specifiedPagepage.Methods inherited from class de.hybris.platform.cockpit.model.editor.impl.DefaultTextUIEditor
fireValueChanged, getEditorType, isInlineMethods inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractTextBasedUIEditor
createViewComponentInternal, setFocusMethods inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
applyReferenceRelatedAttributes, createEditor, createEditor, createEditor, createEditor, filterValues, getRootSearchType, getUIEditor, getValue, isEditable, isEditable, isOptional, isSearchMode, parseInitialInputString, parseTemplateCodes, persistValues, persistValues, setEditable, setOptional, setValue
-
Constructor Details
-
ProductCodeReferenceUIEditor
public ProductCodeReferenceUIEditor()Deprecated.
-
-
Method Details
-
createViewComponent
public org.zkoss.zk.ui.HtmlBasedComponent createViewComponent(Object initialValue, Map<String, ? extends Object> parameters, EditorListener listener) Deprecated.Description copied from interface:UIEditorCreates a new editor component and attaches it to the specifiedPagepage.- Specified by:
createViewComponentin interfaceUIEditor- Overrides:
createViewComponentin classDefaultTextUIEditor- Parameters:
initialValue- editor's initial valueparameters- parameters passed via configuration for particular editorlistener- theEditorListenerthat will receive events when the editor's value is changed- Returns:
- the editor component
-
createEditor
Deprecated.
-