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

All Superinterfaces:
IView

public interface IView
extends IView


Field Summary
static String PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
           
 
Method Summary
 void build(IState state, Inputs inputs, RequestContext requestContext)
           
 void populateFromProperties(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

static final String PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
See Also:
Constant Field Values
Method Detail

build

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

populateFromProperties

void populateFromProperties(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.