API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.forms.ui. JOTFormSelectField View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFormField
          JOTFormSelectField
Implements
Subclasses
Description
public class JOTFormSelectField
Html Select
See also:   
Constructors
public JOTFormSelectField (String name, String description, int size, String possibleValues, String defaultValues)
 
public JOTFormSelectField (String name, String description, int size, String possibleValues, String possibleDescriptions, String defaultValues)
 
Methods
Hide/Show inherited methods
public Object clone () throws CloneNotSupportedException [Inherited From JOTFormField]
public boolean getAllowMultiples ()
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 String getPossibleDescriptions ()
public String getPossibleValues ()
public int getSize ()
public int getType () [Inherited From JOTFormField]
public boolean isSaveAutomatically () [Inherited From JOTFormField]
public void setAllowMultiples (boolean b)
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 boolean multiples
protected String name [Inherited From JOTFormField]
protected String possibleDescriptions
protected String possibleValues
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 size
protected int type [Inherited From JOTFormField]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar