Class AssignStockInventoryConfigurationRenderer

java.lang.Object
com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,String>>
com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
de.hybris.platform.transportbackoffice.widgets.inventory.renderer.AbstractStockInventoryConfigurationRenderer
de.hybris.platform.transportbackoffice.widgets.inventory.renderer.AssignStockInventoryConfigurationRenderer
All Implemented Interfaces:
com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,String>>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,com.hybris.cockpitng.config.jaxb.wizard.ViewType,Map<String,String>>

public class AssignStockInventoryConfigurationRenderer extends AbstractStockInventoryConfigurationRenderer
This is responsible of rendering the layout of the Step2 of Create Inventory for Booking class.
  • Constructor Details

    • AssignStockInventoryConfigurationRenderer

      public AssignStockInventoryConfigurationRenderer()
  • Method Details

    • createStockAttributesColumnLayout

      protected org.zkoss.zul.Row createStockAttributesColumnLayout(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, Integer index, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> addButtonlistener, org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event> removeButtonlistener, StockLevelAttributes stockLevelAttributes, boolean isPlusButtonNeedToAdd)
      Description copied from class: AbstractStockInventoryConfigurationRenderer
      An abstract method to creates column layout for grid used to display the StockLevelAttribute
      Specified by:
      createStockAttributesColumnLayout in class AbstractStockInventoryConfigurationRenderer
      Parameters:
      widgetInstanceManager - the widget instance manager
      index - the index
      addButtonlistener - the add buttonlistener
      removeButtonlistener - the remove buttonlistener
      stockLevelAttributes - the stock level attributes
      isPlusButtonNeedToAdd - true if plus button need to add otherwise false
      Returns:
      row