Package org.formproc

Base package which contains the main FormProc objects.

See:
          Description

Interface Summary
FormConfiguration Standard interface for configuration information for a single Form.
FormElement A FormElement represents a single form field.
FormElementGroup Base interface for a group of FormElements where elements can get references to other form elements so that elements can validate based on the results of other elements.
 

Class Summary
Form A form represents a collection of fields which can be validated.
FormData A name/value pair for a single form field.
FormManager The FormManager is the central class for configuring Form objects.
FormResult Class representing the results of processing a Form.
FormUtilities Utility class.
 

Exception Summary
FormConfigurationException An exception which is thrown if there are any problems with form configuration.
 

Package org.formproc Description

Base package which contains the main FormProc objects.



Copyright (c) 2001-2003 Anthony Eden. All Rights Reserved.