|
Class Summary |
| JOTDBForm |
This form helps into automatically generating/parsing an HTMl form to/From a Database entry(DB Model)
It allows for simple CRUD actions on a db object. |
| JOTForm |
Generic class for handling HTML forms (validate, save the values when validation fail etc...)
You probably will want to use one of the subclass rather than this directly: ie: JOTGeneratedForm, JOTDBForm etc... |
| JOTFormConst |
Form Constants
Form types / field types |
| JOTFormElement |
A form element is basically equivalent to an HTML form field. |
| JOTGeneratedForm |
This is a generic object you can implement/subclass to have a simple HTML form generated from data. |
| JOTPropertiesForm |
Generic class that provides easy mapping of a property file to a form
This allow for an easy "setup form" where as the setup options are stored in a property file. |
| JOTWebAutosaveForm |
Not implemented yet - Stub |