| org.araneaframework.core.BaseWidget org.araneaframework.core.BaseApplicationWidget org.araneaframework.framework.container.StandardFlowContainerWidget
All known Subclasses: org.araneaframework.uilib.flowcontext.transitionhandler.CancelConfirmingTransitionHandler, org.araneaframework.framework.container.RootFlowContainerWidget, org.araneaframework.framework.container.ExceptionHandlingFlowContainerWidget,
Inner Class :protected static class CallFrame implements Serializable | |
Inner Class :protected class CancelClosure implements Closure,Serializable | |
Inner Class :protected class ResetClosure implements Closure,Serializable | |
Inner Class :protected class FinishClosure implements Closure,Serializable | |
Inner Class :protected class ReplaceClosure implements Closure,Serializable | |
Inner Class :protected class StartClosure implements Closure,Serializable | |
Method Summary | |
protected void | addFrameWidget(CallFrame frame) Activates the widget represented by the
CallFrame . | public void | addNestedEnvironmentEntry(ApplicationWidget scope, Object entryId, Object envEntry) | public void | cancel() | protected void | destroy() | protected void | doCancel() | protected void | doFinish(Object returnValue) | protected void | doReplace(Widget flow, Configurator configurator) | protected void | doReset(EnvironmentAwareCallback callback) | protected void | doStart(Widget flow, Configurator configurator, Handler handler) | protected void | doTransition(TransitionHandler transitionHandler, int transitionType, Closure closure) | public void | finish(Object returnValue) | protected CallFrame | getActiveCallFrame() | protected Widget | getActiveFlow() | protected LinkedList | getCallStack() | protected Environment | getChildWidgetEnvironment() | public FlowContext.FlowReference | getCurrentReference() | public TransitionHandler | getTransitionHandler() | protected void | init() | public boolean | isNested() | protected CallFrame | makeCallFrame(Widget callable, Configurator configurator, Handler handler, CallFrame previous) Returns a new CallFrame constructed of the callable, configurator and handler. | protected void | putLocalEnvironmentEntries(Map nestedEnvironmentEntries) | protected void | render(OutputData output) Invokes render on the top frame on the stack of callframes. | public void | replace(Widget flow) | public void | replace(Widget flow, Configurator configurator) | public void | reset(EnvironmentAwareCallback callback) | public void | setFinishable(boolean finishable) Determines whether this
StandardFlowContainerWidget will ever
return control to
FlowContext higher in the
org.araneaframework.Component hierarchy. | public void | setTop(Widget topWidget) | public void | setTransitionHandler(TransitionHandler transitionHandler) | public void | start(Widget flow) | public void | start(Widget flow, Handler handler) | public void | start(Widget flow, Configurator configurator, Handler handler) |
finishable | protected boolean finishable(Code) | | |
StandardFlowContainerWidget | public StandardFlowContainerWidget()(Code) | | |
addFrameWidget | protected void addFrameWidget(CallFrame frame)(Code) | | Activates the widget represented by the
CallFrame .
since: 1.1 |
cancel | public void cancel()(Code) | | |
doCancel | protected void doCancel()(Code) | | since: 1.1 |
doFinish | protected void doFinish(Object returnValue)(Code) | | since: 1.1 |
doReplace | protected void doReplace(Widget flow, Configurator configurator)(Code) | | since: 1.1 |
doStart | protected void doStart(Widget flow, Configurator configurator, Handler handler)(Code) | | since: 1.1 |
doTransition | protected void doTransition(TransitionHandler transitionHandler, int transitionType, Closure closure)(Code) | | since: 1.1 |
getActiveCallFrame | protected CallFrame getActiveCallFrame()(Code) | | |
getActiveFlow | protected Widget getActiveFlow()(Code) | | since: 1.1 |
getTransitionHandler | public TransitionHandler getTransitionHandler()(Code) | | |
isNested | public boolean isNested()(Code) | | |
makeCallFrame | protected CallFrame makeCallFrame(Widget callable, Configurator configurator, Handler handler, CallFrame previous)(Code) | | Returns a new CallFrame constructed of the callable, configurator and handler.
|
putLocalEnvironmentEntries | protected void putLocalEnvironmentEntries(Map nestedEnvironmentEntries)(Code) | | |
render | protected void render(OutputData output) throws Exception(Code) | | Invokes render on the top frame on the stack of callframes.
|
replace | public void replace(Widget flow, Configurator configurator)(Code) | | |
setTransitionHandler | public void setTransitionHandler(TransitionHandler transitionHandler)(Code) | | |
start | public void start(Widget flow, Configurator configurator, Handler handler)(Code) | | |
Methods inherited from org.araneaframework.core.BaseApplicationWidget | public Composite.Interface _getComposite()(Code)(Java Doc) public Viewable.Interface _getViewable()(Code)(Java Doc) protected void action(Path path, InputData input, OutputData output) throws Exception(Code)(Java Doc) public void addActionListener(Object actionId, ActionListener listener)(Code)(Java Doc) public void addEventListener(Object eventId, EventListener listener)(Code)(Java Doc) public void addWidget(Object key, Widget child, Environment env)(Code)(Java Doc) public void addWidget(Object key, Widget child)(Code)(Java Doc) public void clearActionListeners(Object actionId)(Code)(Java Doc) public void clearEventlisteners(Object eventId)(Code)(Java Doc) public void clearGlobalEventListener()(Code)(Java Doc) public void disableWidget(Object key)(Code)(Java Doc) public void enableWidget(Object key)(Code)(Java Doc) protected void event(Path path, InputData input) throws Exception(Code)(Java Doc) protected Object getActionId(InputData input)(Code)(Java Doc) final public Environment getChildEnvironment()(Code)(Java Doc) protected Environment getChildWidgetEnvironment() throws Exception(Code)(Java Doc) public Map getChildren()(Code)(Java Doc) public Environment getEnvironment()(Code)(Java Doc) protected String getEventId(InputData input)(Code)(Java Doc) public Object getViewModel() throws Exception(Code)(Java Doc) public Widget getWidget(Object key)(Code)(Java Doc) protected void handleAction(InputData input, OutputData output) throws Exception(Code)(Java Doc) protected void handleEvent(InputData input) throws Exception(Code)(Java Doc) protected void handleUpdate(InputData input) throws Exception(Code)(Java Doc) protected void propagate(Message message) throws Exception(Code)(Java Doc) public void putViewData(String key, Object customDataItem)(Code)(Java Doc) public void putViewDataOnce(String key, Object customDataItem)(Code)(Java Doc) public void removeActionListener(ActionListener listener)(Code)(Java Doc) public void removeEventListener(EventListener listener)(Code)(Java Doc) public void removeViewData(String key)(Code)(Java Doc) public void removeWidget(Object key)(Code)(Java Doc) protected void render(OutputData output) throws Exception(Code)(Java Doc) public void setGlobalEventListener(EventListener eventListener)(Code)(Java Doc) protected void update(InputData input) throws Exception(Code)(Java Doc)
|
|
|