com.bankframe.fe.statemachine.ext.apps
Interface IView
- All Superinterfaces: 
 - IView
 
- All Known Implementing Classes: 
 - SwingView, View
 
- public interface IView
- extends IView
  
 
 
| Methods inherited from interface com.bankframe.fe.statemachine.base.apps.IView | 
build | 
 
PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
public static final java.lang.String PROCESSES_EXECUTION_RECORDS_ATTRIBUTE_NAME
- See Also:
 - Constant Field Values
 
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 © 2004 Siebel Systems, Inc. All rights reserved.