net.jot.web.forms.ui
Class JOTFormTextareaField

java.lang.Object
  extended by net.jot.web.forms.ui.JOTFormField
      extended by net.jot.web.forms.ui.JOTFormTextareaField

public class JOTFormTextareaField
extends JOTFormField

Html Textarea within form

Author:
thibautc

Field Summary
protected  int cols
           
protected  int rows
           
 
Fields inherited from class net.jot.web.forms.ui.JOTFormField
defaultValue, description, name, saveAutomatically, type
 
Constructor Summary
JOTFormTextareaField(java.lang.String name, java.lang.String description, int cols, int rows, java.lang.String defaultValue)
           
 
Method Summary
 int getCols()
           
 int getRows()
           
 void setCols(int cols)
           
 void setRows(int rows)
           
 
Methods inherited from class net.jot.web.forms.ui.JOTFormField
getDefaultValue, getDescription, getHelp, getName, getType, isSaveAutomatically, setDefaultValue, setDescription, setHelp, setName, setSaveAutomatically, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows

protected int rows

cols

protected int cols
Constructor Detail

JOTFormTextareaField

public JOTFormTextareaField(java.lang.String name,
                            java.lang.String description,
                            int cols,
                            int rows,
                            java.lang.String defaultValue)
Parameters:
name -
description -
cols -
rows -
defaultValue - will be the "content" (text) in the textarea
Method Detail

getRows

public int getRows()

setRows

public void setRows(int rows)

getCols

public int getCols()

setCols

public void setCols(int cols)