|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.fe.statemachine.ext.apps.View
| Field Summary |
| Fields inherited from interface com.bankframe.fe.statemachine.ext.apps.IView |
PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME |
| Constructor Summary | |
View()
Constructor for View. |
|
| Method Summary | |
void |
build(RequestContext requestContext,
IState currentState)
Updates the user interface. |
static void |
build(RequestContext requestContext,
IState currentState,
IView view)
This is a convenience method for those classes that must implement IView but cannot extend this class. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bankframe.fe.statemachine.ext.apps.IView |
build, populateFromProperties |
| Constructor Detail |
public View()
| Method Detail |
public void build(RequestContext requestContext,
IState currentState)
throws StateMachineUserException
IView
build in interface IViewrequestContext - the request context for the current request.currentState - the state to be built.
StateMachineUserException - can be thrown if an application exception occurs.IView.build(RequestContext, IState)
public static void build(RequestContext requestContext,
IState currentState,
IView view)
throws StateMachineUserException
Implement the build(RequestContext, IState) method as
View.build(requestContext, currentState, this);
StateMachineUserException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||