Class SearchPolicyInContextController
- 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.b2ctelcobackoffice.widget.controller.SearchPolicyInContextController
-
- All Implemented Interfaces:
com.hybris.cockpitng.core.WidgetController,com.hybris.cockpitng.dnd.WidgetDragAndDropAware,com.hybris.cockpitng.engine.WidgetInstanceManagerAware,java.io.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 SearchPolicyInContextController extends com.hybris.cockpitng.util.DefaultWidgetControllerController for policy search depending on policy context- Since:
- 2007
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchPolicyInContextController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNewTableRowComponent()voidinitialize(org.zkoss.zk.ui.Component comp)voidmandatoryContextAttributeVisible()voidonChangingQuantity()voidonComponentSelection()voidonEligibilityPolicySelection()voidonSelectingCatalogVersion()voidonSelectingProcessType()voidonSelectingProductOffering()voidonSelectingquantity()voidpopulateProductOfferingChosenBox()voidsubmitButtonClick()-
Methods inherited from class com.hybris.cockpitng.util.DefaultWidgetController
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitle
-
Methods inherited from class com.hybris.cockpitng.util.ViewAnnotationAwareComposer
scanEventListeners
-
Methods inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
alert, didActivate, getPage, willClone, willPassivate
-
-
-
-
Method Detail
-
initialize
public void initialize(org.zkoss.zk.ui.Component comp)
- Overrides:
initializein classcom.hybris.cockpitng.util.DefaultWidgetController
-
onSelectingCatalogVersion
public void onSelectingCatalogVersion()
-
onSelectingProductOffering
public void onSelectingProductOffering()
-
onSelectingProcessType
public void onSelectingProcessType()
-
onSelectingquantity
public void onSelectingquantity()
-
onChangingQuantity
public void onChangingQuantity()
-
populateProductOfferingChosenBox
public void populateProductOfferingChosenBox()
-
mandatoryContextAttributeVisible
public void mandatoryContextAttributeVisible()
-
onComponentSelection
public void onComponentSelection()
-
addNewTableRowComponent
public void addNewTableRowComponent()
-
onEligibilityPolicySelection
public void onEligibilityPolicySelection()
-
submitButtonClick
public void submitButtonClick()
-
-