API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.forms.ui. JOTFormRadioField View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFormField
          JOTFormRadioField
Implements
Subclasses
Description
public class JOTFormRadioField
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"
See also:   
Constructors
public JOTFormRadioField (String name, String description, String radioName, String defaultValue)
Methods
Hide/Show inherited methods
public Object clone () throws CloneNotSupportedException [Inherited From JOTFormField]
public String getDefaultValue () [Inherited From JOTFormField]
public String getDescription () [Inherited From JOTFormField]
public String getHelp () [Inherited From JOTFormField]
public String getName () [Inherited From JOTFormField]
public int getType () [Inherited From JOTFormField]
public boolean isSaveAutomatically () [Inherited From JOTFormField]
public void setDefaultValue (String defaultValue) [Inherited From JOTFormField]
  The form value if non exists yet
public void setDescription (String description) [Inherited From JOTFormField]
public void setHelp (String help) [Inherited From JOTFormField]
public void setName (String name) [Inherited From JOTFormField]
public void setSaveAutomatically (boolean saveAutomatically) [Inherited From JOTFormField]
  If false, then that particular field won't be saved.
public void setType (int fieldType) [Inherited From JOTFormField]
Fields
Hide/Show inherited fields
protected String defaultValue [Inherited From JOTFormField]
protected String description [Inherited From JOTFormField]
protected String name [Inherited From JOTFormField]
protected String radioName
protected boolean saveAutomatically [Inherited From JOTFormField]
If set to false, the save() method will NOT save this field Use to have a form field that you don't want to save (or not as part of the save() method at least)
protected int type [Inherited From JOTFormField]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar