Class AtpFormController

java.lang.Object
org.zkoss.zk.ui.event.GenericEventListener
org.zkoss.zk.ui.util.GenericComposer<T>
org.zkoss.zk.ui.util.GenericAutowireComposer<T>
org.zkoss.zk.ui.util.GenericForwardComposer<org.zkoss.zk.ui.Component>
com.hybris.cockpitng.util.ViewAnnotationAwareComposer
com.hybris.cockpitng.util.DefaultWidgetController
de.hybris.platform.warehousingbackoffice.widgets.atp.AtpFormController
All Implemented Interfaces:
com.hybris.cockpitng.core.WidgetController, com.hybris.cockpitng.dnd.WidgetDragAndDropAware, com.hybris.cockpitng.engine.WidgetInstanceManagerAware, Serializable, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.event.SerializableEventListener, org.zkoss.zk.ui.util.ComponentActivationListener, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>, org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>

public class AtpFormController extends com.hybris.cockpitng.util.DefaultWidgetController
A form for the user to enter required information to search for a particular ATP formula.
See Also:
  • Field Details

  • Constructor Details

    • AtpFormController

      public AtpFormController()
  • Method Details

    • initialize

      public void initialize(org.zkoss.zk.ui.Component component)
      Overrides:
      initialize in class com.hybris.cockpitng.util.DefaultWidgetController
    • refreshForm

      protected void refreshForm()
      Refreshes the form
    • performSearchOperation

      public void performSearchOperation()
      Populates the AtpFormDto with the user input and sends it as an event to be displayed in a list.
    • addListeners

      protected void addListeners()
      Adds listeners on all components which will receive user input.
    • validateForm

      protected void validateForm()
      ` Validates the form and verifies whether the user input is correct.
    • getBaseStoreService

      protected BaseStoreService getBaseStoreService()
    • setBaseStoreService

      public void setBaseStoreService(BaseStoreService baseStoreService)
    • getBaseStores

      protected org.zkoss.zul.Combobox getBaseStores()
    • getPointOfServices

      protected org.zkoss.zul.Combobox getPointOfServices()
    • getProduct

      protected com.hybris.cockpitng.components.Editor getProduct()