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 Details

  • 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:
      render in interface com.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: