|
Class Summary |
| AbstractEntityBeanForm |
A form that provides a `front end' for editing an EntityBean. |
| AddressForm |
Form to edit/create an address. |
| BeanLinksForm |
A form to edit the links from a given EntityBean; links
as in EntityLinkTable. |
| BeanListForm |
Represents a list of EntityBean ids. |
| CheckboxForm |
A general purpose form for choosing a bean using an html checkbox. |
| ConfirmForm |
Allows the user to select to confirm or cancel an action. |
| DataTypeForm |
Base class for ActionForms which represent the data in a data type. |
| DBFileForm |
Represents the information stored in a DBFile. |
| EmailPasswordForm |
Object that represents basic user details. |
| EntityBeanForm |
A form for holding the ID of an arbitrary EntityBean |
| EntityBeanPairForm |
A form for holding two EntityBean ids. |
| HtmlInputPostForm |
An ActionForm for using the results of an HtmlInputPostTag |
| LogonForm |
Form bean for the user logon. |
| NewUserEmailForm |
Form used for a new user to type his email. |
| NullForm |
An ActionForm to act as a placeholder for actions that don't
really have a form associated with them. |
| OneCountryCodeForm |
An ActionForm to choose one country, using its code. |
| RegisterForm |
Takes user details for registering/logging on a SimpleUser. |
| SearchUserForm |
A form for searching for users that match a certain set of criteria. |
| Select2Form |
A 2D version of SelectForm -- ie allows the user to select two independent variables. |
| SelectForm |
A general purpose form for selecting a bean from an html select box. |
| SimpleActionForm |
A general purpose form for selecting an action |
| SimpleUserForm |
Object that represents a user details form, including full contact information. |
| TrackedUserForm |
Object that represents basic user details. |
| UserForm |
Object that represents basic user details. |
| UserGroupForm |
A form for editing a group of users. |
| UserGroupTypeForm |
A form for editing a user group type |
| ValidatedUserGroupForm |
A form for editing a group of users. |