API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.web.forms.ui. JOTFormTextareaField View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
 Object
      JOTFormField
          JOTFormTextareaField
Implements
Subclasses
Description
public class JOTFormTextareaField
Html Textarea within form
See also:   
Constructors
public JOTFormTextareaField (String name, String description, int cols, int rows, String defaultValue)
 
Methods
Hide/Show inherited methods
public Object clone () throws CloneNotSupportedException [Inherited From JOTFormField]
public int getCols ()
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 getRows ()
public int getType () [Inherited From JOTFormField]
public boolean isSaveAutomatically () [Inherited From JOTFormField]
public void setCols (int cols)
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 setRows (int rows)
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 int cols
protected String defaultValue [Inherited From JOTFormField]
protected String description [Inherited From JOTFormField]
protected String name [Inherited From JOTFormField]
protected int rows
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