Class ExtendedConfigurableDropdownEditor
java.lang.Object
de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown.ConfigurableDropdownEditor
de.hybris.platform.adaptivesearchbackoffice.editors.extendedconfigurabledropdown.ExtendedConfigurableDropdownEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Object>
-
Field Summary
FieldsFields inherited from class de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown.ConfigurableDropdownEditor
DATA_PROVIDER, DATA_PROVIDER_PARAMETERS, PLACEHOLDER, PROPERTY_VALUE_SERVICE_BEAN_IDFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReplaceableDataHandler<Object>createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<Object> context) protected ReplaceableDataHandler<Object>protected ObjectloadInitialValue(com.hybris.cockpitng.editors.EditorContext<Object> context) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener) protected voidsetReplaceableDataHandler(ReplaceableDataHandler<Object> replaceableDataHandler) Methods inherited from class de.hybris.platform.adaptivesearchbackoffice.editors.configurabledropdown.ConfigurableDropdownEditor
createDataProvider, createDataProviderParameters, createEvaluationContext, createItemRenderer, createModel, createOnChangeHandler, evaluate
-
Field Details
-
REPLACEABLE_DATA_HANDLER
- See Also:
-
-
Constructor Details
-
ExtendedConfigurableDropdownEditor
public ExtendedConfigurableDropdownEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Object> context, com.hybris.cockpitng.editors.EditorListener<Object> listener) - Specified by:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<Object>- Overrides:
renderin classConfigurableDropdownEditor
-
loadInitialValue
- Overrides:
loadInitialValuein classConfigurableDropdownEditor
-
createReplaceableDataHandler
protected ReplaceableDataHandler<Object> createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<Object> context) -
getReplaceableDataHandler
-
setReplaceableDataHandler
-