com.bankframe.fe.statemachine.ext.apps
Interface IView

All Superinterfaces:
IView
All Known Implementing Classes:
SwingView, View

public interface IView
extends IView


Field Summary
static java.lang.String PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
           
 
Method Summary
 void build(IState state, Inputs inputs, RequestContext requestContext)
           
 void populateFromProperties(java.util.Properties viewProperties)
          This method is intended to allow thr view set it's attributes based on the Properties given.
 
Methods inherited from interface com.bankframe.fe.statemachine.base.apps.IView
build
 

Field Detail

PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME

public static final java.lang.String PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
See Also:
Constant Field Values
Method Detail

build

public void build(IState state,
                  Inputs inputs,
                  RequestContext requestContext)
           throws StateMachineUserException
Throws:
StateMachineUserException

populateFromProperties

public void populateFromProperties(java.util.Properties viewProperties)
This method is intended to allow thr view set it's attributes based on the Properties given.

The State will include the viewProperties as supplied during the design process.

Parameters:
viewProperties -


Copyright © 2005, 2007, Oracle. All rights reserved.