Class DefaultTravelProductDropDownEditor
java.lang.Object
de.hybris.platform.accommodationbackoffice.editor.DefaultTravelProductDropDownEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<TravelProductModel>
public class DefaultTravelProductDropDownEditor
extends Object
implements com.hybris.cockpitng.editors.CockpitEditorRenderer<TravelProductModel>
Default combo box editor for travel products of Modify Inventory wizard filtered based on the Product type selected.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Stringprotected static final Stringprotected static final StringFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.hybris.cockpitng.components.EditorcreateEditor(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, String type, String defaultEditor, boolean isReadOnly) voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<TravelProductModel> context, com.hybris.cockpitng.editors.EditorListener<TravelProductModel> listener)
-
Field Details
-
STOCK_LEVEL_FINDER_EDITOR
- See Also:
-
STOCK_LEVEL_SEARCH_FIELD
- See Also:
-
PARENT_OBJECT
- See Also:
-
-
Constructor Details
-
DefaultTravelProductDropDownEditor
public DefaultTravelProductDropDownEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<TravelProductModel> context, com.hybris.cockpitng.editors.EditorListener<TravelProductModel> listener) - Specified by:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<TravelProductModel>
-
createEditor
protected com.hybris.cockpitng.components.Editor createEditor(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, String type, String defaultEditor, boolean isReadOnly) - Parameters:
widgetInstanceManager-type-defaultEditor-isReadOnly-- Returns:
-