Class AbstractTravelPreviewRenderer

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.travelbackoffice.widgets.AbstractTravelPreviewRenderer
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>>
Direct Known Subclasses:
AccommodationInventoryPreviewRenderer, StockInventoryPreviewRenderer

public abstract class AbstractTravelPreviewRenderer extends com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.zkoss.zul.Label
    createLabel(String labelName, boolean isBold)
     
    protected org.zkoss.zul.Row
     
    protected com.hybris.cockpitng.labels.LabelService
     
    void
    setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
     

    Methods inherited from class com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer

    render

    Methods inherited from class com.hybris.cockpitng.widgets.common.AbstractWidgetComponentRenderer

    addRendererListener, fireComponentRendered, fireComponentRendered, fireComponentRendered, removeRendererListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.hybris.cockpitng.widgets.common.WidgetComponentRenderer

    render
  • Constructor Details

    • AbstractTravelPreviewRenderer

      public AbstractTravelPreviewRenderer()
  • Method Details

    • createStockAttributesColumnLayout

      protected org.zkoss.zul.Row createStockAttributesColumnLayout(StockLevelAttributes stockLevelAttribute)
    • createLabel

      protected org.zkoss.zul.Label createLabel(String labelName, boolean isBold)
    • getLabelService

      protected com.hybris.cockpitng.labels.LabelService getLabelService()
      Returns:
      the labelService
    • setLabelService

      public void setLabelService(com.hybris.cockpitng.labels.LabelService labelService)
      Parameters:
      labelService - the labelService to set