Class AbstractCustomWizardStep

  • All Implemented Interfaces:
    com.hybris.cockpitng.widgets.common.NotifyingWidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>, com.hybris.cockpitng.widgets.common.WidgetComponentRenderer<org.zkoss.zk.ui.Component,​com.hybris.cockpitng.config.jaxb.wizard.ViewType,​java.util.Map<java.lang.String,​java.lang.String>>
    Direct Known Subclasses:
    BaseSolrIndexerWizardStep

    public abstract class AbstractCustomWizardStep
    extends com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T> T getAttribute​(org.zkoss.zk.ui.Component comp, java.lang.String attribute, java.lang.Class<T> clazz)  
      protected <T> T getCurrentObject​(org.zkoss.zk.ui.Component comp, java.lang.Class<T> clazz)  
      java.lang.String getCurrentObjectPrefix()  
      protected com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController getWidgetController()  
      protected java.lang.String normalizeAttribute​(java.lang.String attribute)  
      protected void setAttribute​(org.zkoss.zk.ui.Component comp, java.lang.String attribute, java.lang.Object value)  
      void setCurrentObjectPrefix​(java.lang.String currentObjectPrefix)  
      protected void setWidgetController​(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)  
      • 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 Detail

      • AbstractCustomWizardStep

        public AbstractCustomWizardStep()
    • Method Detail

      • normalizeAttribute

        protected java.lang.String normalizeAttribute​(java.lang.String attribute)
      • setAttribute

        protected void setAttribute​(org.zkoss.zk.ui.Component comp,
                                    java.lang.String attribute,
                                    java.lang.Object value)
      • getAttribute

        protected <T> T getAttribute​(org.zkoss.zk.ui.Component comp,
                                     java.lang.String attribute,
                                     java.lang.Class<T> clazz)
      • getCurrentObject

        protected <T> T getCurrentObject​(org.zkoss.zk.ui.Component comp,
                                         java.lang.Class<T> clazz)
      • setWidgetController

        protected void setWidgetController​(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)
      • getWidgetController

        protected com.hybris.cockpitng.widgets.configurableflow.ConfigurableFlowController getWidgetController()
      • getCurrentObjectPrefix

        public java.lang.String getCurrentObjectPrefix()
      • setCurrentObjectPrefix

        public void setCurrentObjectPrefix​(java.lang.String currentObjectPrefix)