org.araneaframework.framework.container
Class StandardFlowContainerWidget.CallFrame
java.lang.Object
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
StandardFlowContainerWidget.CallFrame
protected StandardFlowContainerWidget.CallFrame(Widget widget,
FlowContext.Configurator configurator,
FlowContext.Handler handler,
StandardFlowContainerWidget.CallFrame previous)
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)