Package tweed.binding

Bindings update a Model from a View, or a View from a Model.

See:
          Description

Interface Summary
Model A tagging interface for objects used as Models.
ValidationMessage A ValidationMessage is a UserMessage with references to components, which are involved in a user input validation failure.
 

Class Summary
Binding Base class for transferring data between model and view.
InputValidationHub Holds the state of user input validation (bindings) and produces user messages, while a ContextAction is being performed.
 

Exception Summary
ClientSideValidationException  
ServerSideValidationException  
ValidationException Thrown to abort bindings from View to Model.
 

Package tweed.binding Description

Bindings update a Model from a View, or a View from a Model. GUI and Command implementors will use classes from this package.



Copyright © 2003 Laurent Caillette. All Rights Reserved.