Class AssignStockInventoryForProductConfigurationRenderer
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.AssignStockInventoryForProductConfigurationRenderer
- 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 AssignStockInventoryForProductConfigurationRenderer
extends AbstractStockInventoryConfigurationRenderer
This is responsible of rendering the layout of the Step2 of Create Inventory for Ancillary.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.zkoss.zul.RowcreateStockAttributesColumnLayout(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) An abstract method to creates column layout for grid used to display the StockLevelAttributeMethods inherited from class de.hybris.platform.transportbackoffice.widgets.inventory.renderer.AbstractStockInventoryConfigurationRenderer
createContentRow, createEditor, createLabel, createLayoutForContent, createLayoutForStockLevels, getFlightInfo, renderMethods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer
addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer
render
-
Field Details
-
REFERENCE_TYPE
- See Also:
-
-
Constructor Details
-
AssignStockInventoryForProductConfigurationRenderer
public AssignStockInventoryForProductConfigurationRenderer()
-
-
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:AbstractStockInventoryConfigurationRendererAn abstract method to creates column layout for grid used to display the StockLevelAttribute- Specified by:
createStockAttributesColumnLayoutin classAbstractStockInventoryConfigurationRenderer- Parameters:
widgetInstanceManager- the widget instance managerindex- the indexaddButtonlistener- the add buttonlistenerremoveButtonlistener- the remove buttonlistenerstockLevelAttributes- the stock level attributesisPlusButtonNeedToAdd- true if plus button need to add otherwise false- Returns:
- row
-