API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.web.forms.ui
Author(s)
Since
Version
Serial
Description
JOT FORM UI elements: ex: checkbox, textfiled, textarea etc...
See also:   
JOTFormCaptchaField View Source
JOTFormCategory View Source Form category: simply a form section/separator with a title.
JOTFormCheckboxField View Source A Form checkbox
JOTFormField View Source Generic form field, use subclasses instead such as JOTFormTextField Note: clonable, watch if adding mutable fields later
JOTFormHiddenField View Source An "hidden" type text field.
JOTFormPasswordField View Source Password type field
JOTFormRadioField View Source RadioButton type field Note than "radioName" is the name of the radio button in html(used to group radios together): Ex input type="radio" name="radioName"
JOTFormSelectField View Source Html Select
JOTFormSubmitButton View Source Form submit button
JOTFormTextareaField View Source Html Textarea within form
JOTFormTextField View Source Html text field
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar