Class DefaultWorkflowDetailsSummaryCurrentTasksRenderer

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.summaryview.jaxb.Attribute,​WorkflowModel>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.summaryview.jaxb.Attribute,​WorkflowModel>

    public class DefaultWorkflowDetailsSummaryCurrentTasksRenderer
    extends com.hybris.cockpitng.widgets.summaryview.renderer.AbstractSummaryViewItemWithIconRenderer<WorkflowModel>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.zkoss.zul.Button getActionRow​(WorkflowActionModel workflowAction, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)  
      protected java.lang.String getIconStatusSClass​(org.zkoss.zk.ui.HtmlBasedComponent iconContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)  
      WorkflowFacade getWorkflowFacade()  
      protected void renderValue​(org.zkoss.zul.Div attributeContainer, com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration, WorkflowModel data, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)  
      void setWorkflowFacade​(WorkflowFacade workflowFacade)  
      • Methods inherited from class com.hybris.cockpitng.widgets.summaryview.renderer.AbstractSummaryViewItemWithIconRenderer

        canHandle, createContainer, createIcon, getAttributeLabelResolver, getIconStatusSClass, getLabelService, getPermissionFacade, hasAttributePermission, hasPermission, render, renderIcon, renderInvalidDataLabel, renderLabel, renderNoReadAccess, setAttributeLabelResolver, setLabelService, setPermissionFacade
      • 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
    • Field Detail

      • LABEL_WORKFLOW_DETAILS_NOACTIVETASK

        protected static final java.lang.String LABEL_WORKFLOW_DETAILS_NOACTIVETASK
        See Also:
        Constant Field Values
      • SCLASS_ACTION_ROW_BUTTON

        protected static final java.lang.String SCLASS_ACTION_ROW_BUTTON
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultWorkflowDetailsSummaryCurrentTasksRenderer

        public DefaultWorkflowDetailsSummaryCurrentTasksRenderer()
    • Method Detail

      • getIconStatusSClass

        protected java.lang.String getIconStatusSClass​(org.zkoss.zk.ui.HtmlBasedComponent iconContainer,
                                                       com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration,
                                                       WorkflowModel data,
                                                       com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute,
                                                       com.hybris.cockpitng.dataaccess.facades.type.DataType dataType,
                                                       com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
        Specified by:
        getIconStatusSClass in class com.hybris.cockpitng.widgets.summaryview.renderer.AbstractSummaryViewItemWithIconRenderer<WorkflowModel>
      • renderValue

        protected void renderValue​(org.zkoss.zul.Div attributeContainer,
                                   com.hybris.cockpitng.config.summaryview.jaxb.Attribute attributeConfiguration,
                                   WorkflowModel data,
                                   com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute,
                                   com.hybris.cockpitng.dataaccess.facades.type.DataType dataType,
                                   com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
        Specified by:
        renderValue in class com.hybris.cockpitng.widgets.summaryview.renderer.AbstractSummaryViewItemWithIconRenderer<WorkflowModel>
      • getActionRow

        protected org.zkoss.zul.Button getActionRow​(WorkflowActionModel workflowAction,
                                                    com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
      • setWorkflowFacade

        public void setWorkflowFacade​(WorkflowFacade workflowFacade)