Class DefaultFlowWidgetController
- 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
-
- com.hybris.cockpitng.widgets.controller.DefaultFlowWidgetController
-
- All Implemented Interfaces:
WidgetController,WidgetDragAndDropAware,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 DefaultFlowWidgetController extends DefaultWidgetController
Default flow container widget controller.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringEND_INTERNALprotected static java.lang.StringPAGES_SLOTprotected static java.lang.StringSTART
-
Constructor Summary
Constructors Constructor Description DefaultFlowWidgetController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendInternal(java.lang.Object context)java.lang.ObjectgetContext()voidonSocketEvent(WidgetInstance target, java.lang.String eventName, java.lang.Object data, WidgetInstance source, java.lang.String sourceSocketId)voidsetContext(java.lang.Object context)voidstartWizard(java.lang.Object context)-
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, initialize, 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
-
-
-
-
Field Detail
-
PAGES_SLOT
protected static final java.lang.String PAGES_SLOT
- See Also:
- Constant Field Values
-
START
protected static final java.lang.String START
- See Also:
- Constant Field Values
-
END_INTERNAL
protected static final java.lang.String END_INTERNAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
startWizard
public void startWizard(java.lang.Object context)
-
endInternal
public void endInternal(java.lang.Object context)
-
onSocketEvent
public void onSocketEvent(WidgetInstance target, java.lang.String eventName, java.lang.Object data, WidgetInstance source, java.lang.String sourceSocketId)
-
getContext
public java.lang.Object getContext()
-
setContext
public void setContext(java.lang.Object context)
-
-