Class AbstractReferenceUIEditor
java.lang.Object
de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
de.hybris.platform.cockpit.model.referenceeditor.impl.AbstractReferenceUIEditor
- All Implemented Interfaces:
ReferenceUIEditor,UIEditor
- Direct Known Subclasses:
BaseStoreCheckboxUIEditor,CategoryVersionRadioEditor,CollectionUIEditor,DefaultMediaReferenceCollectionUIEditor,DefaultMediaReferenceUIEditor,DefaultReferenceCollectionUIEditor,DefaultReferenceUIEditor,DefaultSimpleReferenceUIEditor,ListViewCollectionEditor,SimpleReferenceUIEditor
public abstract class AbstractReferenceUIEditor
extends AbstractUIEditor
implements ReferenceUIEditor
-
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.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.ReferenceUIEditor
ALLOW_CREATE_PARAM_KEYFields inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegerfindMaxAutocompleteSearchResults(Map<String, ? extends Object> parameters) getBooleanParameter(String paramKey, Map<String, ? extends Object> parameters) Returns the flag that indicates whether reference selector can create new item.voidsetAllowCreate(Boolean allowCreate) Sets the flag that indicates whether reference selector can create new item.Methods inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
applyReferenceRelatedAttributes, createEditor, createEditor, createEditor, createEditor, filterValues, fireValueChanged, getRootSearchType, getUIEditor, getValue, isEditable, isEditable, isOptional, isSearchMode, parseInitialInputString, parseTemplateCodes, persistValues, persistValues, setEditable, setFocus, setOptional, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.editor.ReferenceUIEditor
getRootSearchType, getRootType, setRootSearchType, setRootTypeMethods inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
createViewComponent, getValue, isEditable, isInline, isOptional, setEditable, setFocus, setOptional, setValue
-
Constructor Details
-
AbstractReferenceUIEditor
public AbstractReferenceUIEditor()
-
-
Method Details
-
isAllowCreate
Description copied from interface:ReferenceUIEditorReturns the flag that indicates whether reference selector can create new item.- Specified by:
isAllowCreatein interfaceReferenceUIEditor- Returns:
- the flag
-
setAllowCreate
Description copied from interface:ReferenceUIEditorSets the flag that indicates whether reference selector can create new item.- Specified by:
setAllowCreatein interfaceReferenceUIEditor
-
getEditorType
- Specified by:
getEditorTypein interfaceUIEditor
-
findMaxAutocompleteSearchResults
-
getBooleanParameter
-