API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.web.forms
Author(s)
Since
Version
Serial
Description
  Provides support for easy use of HTML forms .
See also:   
JOTDBForm 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 db object.
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.
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
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar