|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.jot.web.forms.ui.JOTFormField
net.jot.web.forms.ui.JOTFormTextareaField
public class JOTFormTextareaField
Html Textarea within form
| 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 |
|---|
protected int rows
protected int cols
| Constructor Detail |
|---|
public JOTFormTextareaField(java.lang.String name,
java.lang.String description,
int cols,
int rows,
java.lang.String defaultValue)
name - description - cols - rows - defaultValue - will be the "content" (text) in the textarea| Method Detail |
|---|
public int getRows()
public void setRows(int rows)
public int getCols()
public void setCols(int cols)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||