Uses of Package
org.barracudamvc.core.forms

Packages that use org.barracudamvc.core.forms
org.barracudamvc.contrib.dbroggisch.repopulation   
org.barracudamvc.contrib.sam.data   
org.barracudamvc.contrib.sam.xmlform   
org.barracudamvc.core.forms   
org.barracudamvc.core.forms.validators   
 

Classes in org.barracudamvc.core.forms used by org.barracudamvc.contrib.dbroggisch.repopulation
AbstractFormValidator
          The root implementation of the FormValidator interface
DefaultFormElement
          A FormElement defines how an element in a FormMap should be mapped to a first class java object.
DefaultFormMap
          This class provides the default implementation of a FormMap.
DefaultFormValidator
          This class provides the default implementation of FormValidator.
FormElement
          This interfaces defines the methods a class needs to implement to act as a FormElement.
FormMap
          A FormMap is used to provide a virtual representation of a form.
FormType
          This class defines all valid FormTypes.
FormValidator
          A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
ValidationException
          This class defines the validation exception.
 

Classes in org.barracudamvc.core.forms used by org.barracudamvc.contrib.sam.data
AbstractFormValidator
          The root implementation of the FormValidator interface
DefaultFormElement
          A FormElement defines how an element in a FormMap should be mapped to a first class java object.
DefaultFormValidator
          This class provides the default implementation of FormValidator.
FormElement
          This interfaces defines the methods a class needs to implement to act as a FormElement.
FormValidator
          A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
ValidationException
          This class defines the validation exception.
 

Classes in org.barracudamvc.core.forms used by org.barracudamvc.contrib.sam.xmlform
DefaultFormMap
          This class provides the default implementation of a FormMap.
FormElement
          This interfaces defines the methods a class needs to implement to act as a FormElement.
FormMap
          A FormMap is used to provide a virtual representation of a form.
FormValidator
          A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
 

Classes in org.barracudamvc.core.forms used by org.barracudamvc.core.forms
AbstractFormValidator
          The root implementation of the FormValidator interface
DefaultFormMapper
          A FormMapFilter is used to provide a control what elements get mapped in a form
ErrorManager
          This class is used to collate all the nested exceptions on a form into something that can be easily accessed.
FormElement
          This interfaces defines the methods a class needs to implement to act as a FormElement.
FormMap
          A FormMap is used to provide a virtual representation of a form.
FormMapper
          A FormMapFilter is used to provide a control what elements get mapped in a form
FormType
          This class defines all valid FormTypes.
FormValidator
          A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
ParseException
          This exception indicates a value was unable to be converted to a valid value for the specified FormType.
ValidationException
          This class defines the validation exception.
 

Classes in org.barracudamvc.core.forms used by org.barracudamvc.core.forms.validators
AbstractFormValidator
          The root implementation of the FormValidator interface
DefaultFormValidator
          This class provides the default implementation of FormValidator.
FormElement
          This interfaces defines the methods a class needs to implement to act as a FormElement.
FormMap
          A FormMap is used to provide a virtual representation of a form.
FormValidator
          A FormValidator is designed to validate one or more FormElements within a FormMap, OR a FormMap itself.
ValidationException
          This class defines the validation exception.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.