Class AbstractConditionUIEditor
- java.lang.Object
-
- de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
-
- de.hybris.platform.cockpit.model.editor.search.impl.AbstractConditionUIEditor
-
- All Implemented Interfaces:
ConditionUIEditor
,UIEditor
- Direct Known Subclasses:
AbstractExtensibleConditionUIEditor
public abstract class AbstractConditionUIEditor extends AbstractUIEditor implements ConditionUIEditor
-
-
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_PARAM
-
Fields inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
INITIAL_EDIT_STRING
-
-
Constructor Summary
Constructors Constructor Description AbstractConditionUIEditor()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEditorType()
java.util.Map<java.lang.String,java.lang.Object>
getParameters()
abstract ConditionValueContainer
getValue()
Returns the value held by this editor.protected abstract java.lang.String
getValueType()
boolean
isInline()
Returns whether this editor is an inline editor or not.void
setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
-
Methods inherited from class de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
applyReferenceRelatedAttributes, createEditor, createEditor, createEditor, createEditor, filterValues, fireValueChanged, getRootSearchType, getUIEditor, isEditable, isEditable, isOptional, isSearchMode, parseInitialInputString, parseTemplateCodes, persistValues, persistValues, setEditable, setFocus, setOptional, setValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.model.editor.UIEditor
createViewComponent, isEditable, isOptional, setEditable, setFocus, setOptional, setValue
-
-
-
-
Method Detail
-
getValue
public abstract ConditionValueContainer getValue()
Description copied from interface:UIEditor
Returns the value held by this editor.- Specified by:
getValue
in interfaceConditionUIEditor
- Specified by:
getValue
in interfaceUIEditor
- Overrides:
getValue
in classAbstractUIEditor
- Returns:
- this editor's value
-
getEditorType
public java.lang.String getEditorType()
- Specified by:
getEditorType
in interfaceUIEditor
-
isInline
public boolean isInline()
Description copied from interface:UIEditor
Returns whether this editor is an inline editor or not.
-
getValueType
protected abstract java.lang.String getValueType()
-
setParameters
public void setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)
-
getParameters
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
- Specified by:
getParameters
in interfaceConditionUIEditor
-
-