org.araneaframework.framework.container
Class StandardFlowContainerWidget.CallFrame

java.lang.Object
  extended by org.araneaframework.framework.container.StandardFlowContainerWidget.CallFrame
All Implemented Interfaces:
Serializable
Enclosing class:
StandardFlowContainerWidget

protected static class StandardFlowContainerWidget.CallFrame
extends Object
implements Serializable

A widget, configurator and a handler are encapsulated into one logical structure, a call frame. Class is used internally.

See Also:
Serialized Form

Constructor Summary
protected StandardFlowContainerWidget.CallFrame(Widget widget, FlowContext.Configurator configurator, FlowContext.Handler handler, StandardFlowContainerWidget.CallFrame previous)
           
 
Method Summary
 FlowContext.Configurator getConfigurator()
           
 FlowContext.Handler getHandler()
           
 String getName()
           
 FlowContext.TransitionHandler getTransitionHandler()
           
 Widget getWidget()
           
protected  void setTransitionHandler(FlowContext.TransitionHandler transitionHandler)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardFlowContainerWidget.CallFrame

protected StandardFlowContainerWidget.CallFrame(Widget widget,
                                                FlowContext.Configurator configurator,
                                                FlowContext.Handler handler,
                                                StandardFlowContainerWidget.CallFrame previous)
Method Detail

getConfigurator

public FlowContext.Configurator getConfigurator()

getHandler

public FlowContext.Handler getHandler()

getWidget

public Widget getWidget()

getName

public String getName()
Returns:
unique child key for contained Widget.
Since:
1.1

toString

public String toString()
Overrides:
toString in class Object

getTransitionHandler

public FlowContext.TransitionHandler getTransitionHandler()

setTransitionHandler

protected void setTransitionHandler(FlowContext.TransitionHandler transitionHandler)