Package org.springframework.binding.form

Show UML class diagram
FormModel related interfaces.

See:
          Description

Interface Summary
BindingErrorMessageProvider A class that can generate ValidationMessages for exception that occur during a form model's binding process.
CommitListener Listener interface for objects interested in intercepting before and after a form model is commited.
ConfigurableFormModel Sub-interface implemented by form models that allow for configuration of the form's value models, id etc..
FieldFace Provides metadata related to the visualization of a form property and convenience methods for configuring GUI components using the metadata.
FieldFaceSource Interface to be implemented by objects that can resolve a FieldFace for a field path and optionaly a given context.
FieldMetadata Encapsulates the state of an individual property of a form model.
FormModel A formModel groups valueModels and actions that are related to the same backing object.
HierarchicalFormModel Sub-interface implemented by form models that can be part of a form model hierarchy.
NewFormObjectAware This interface is intended to mark Forms as having a specific method to set new form objects.
ValidatingFormModel Sub-interface implemented by form models that can validate its own properties.
VetoableCommitListener  
 

Package org.springframework.binding.form Description

FormModel related interfaces.



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.