JOTCRUDForm
View Source
|
This form helps into automatically generating/parsing an HTMl from a Database Table
It allows editing of the whole table(or a subset) and add/delete rows etc..
|
JOTDBItemForm
View Source
|
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 particular db object (just one)
This is an extension of JOTGeneratedForm, see that for extra documentation.
|
JOTForm
View Source
|
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
View Source
|
Form Constants
Form types / field types
|
JOTFormElement
View Source
|
A form element is basically equivalent to an HTML form field.
|
JOTGeneratedForm
View Source
|
This is a generic object you can implement/subclass to have a simple HTML form generated from data.
|
JOTGeneratedFormInterface
View Source
|
|
JOTPropertiesForm
View Source
|
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
View Source
|
Not implemented yet - Stub
|