Class NullableSelectUIEditor
- java.lang.Object
-
- de.hybris.platform.cockpit.model.editor.impl.AbstractUIEditor
-
- de.hybris.platform.cockpit.model.editor.impl.DefaultSelectUIEditor
-
- de.hybris.platform.subscriptioncockpits.model.editor.impl.NullableSelectUIEditor
-
- All Implemented Interfaces:
ListUIEditor,UIEditor
public class NullableSelectUIEditor extends DefaultSelectUIEditor
Customization ofDefaultSelectUIEditor, that allows to selectnull.
-
-
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.DefaultSelectUIEditor
PARAMETER_SORT_ATTRIBUTE, PARAMETER_SORT_DIRECTION
-
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 NullableSelectUIEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddObjectToCombo(java.lang.Object value, org.zkoss.zul.Combobox box)voidsetAvailableValues(java.util.List<? extends java.lang.Object> availableValues)-
Methods inherited from class de.hybris.platform.cockpit.model.editor.impl.DefaultSelectUIEditor
createViewComponent, getAvailableValues, getEditorType, getEditorView, getPosition, isInline, onSavingEvent, processEditorBehaviourParameters, setFocus, setValue
-
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, 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
getValue, isEditable, isOptional, setEditable, setOptional, setValue
-
-
-
-
Method Detail
-
setAvailableValues
public void setAvailableValues(java.util.List<? extends java.lang.Object> availableValues)
- Specified by:
setAvailableValuesin interfaceListUIEditor- Overrides:
setAvailableValuesin classDefaultSelectUIEditor
-
addObjectToCombo
protected void addObjectToCombo(java.lang.Object value, org.zkoss.zul.Combobox box)- Overrides:
addObjectToComboin classDefaultSelectUIEditor
-
-