|
|
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. |
|
|
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... |
|
|
Form Constants Form types / field types |
|
|
A form element is basically equivalent to an HTML form field. |
|
|
This is a generic object you can implement/subclass to have a simple HTML form generated from data. |
|
|
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. |
|
|
Not implemented yet - Stub |