API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.forms.ui. JOTFormPasswordField View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFormField
          JOTFormTextField
              JOTFormPasswordField
Implements
Subclasses
Description
public class JOTFormPasswordField
Password type field
See also:   
Constructors
public JOTFormPasswordField (String name, String description, int size, 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 getSize () [Inherited From JOTFormTextField]
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 setSize (int size) [Inherited From JOTFormTextField]
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 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 [Inherited From JOTFormTextField]
protected int type [Inherited From JOTFormField]
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar