Class AbstractCustomWizardStep

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.solrfacetsearchbackoffice.wizards.AbstractCustomWizardStep
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:
BaseSolrIndexerWizardStep

public abstract class AbstractCustomWizardStep extends com.hybris.cockpitng.widgets.configurableflow.renderer.DefaultCustomViewRenderer
  • Constructor Details

    • AbstractCustomWizardStep

      public AbstractCustomWizardStep()
  • Method Details

    • normalizeAttribute

      protected String normalizeAttribute(String attribute)
    • setAttribute

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

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

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

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

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

      public String getCurrentObjectPrefix()
    • setCurrentObjectPrefix

      public void setCurrentObjectPrefix(String currentObjectPrefix)