|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jolene.dom.HTMLElement
net.sf.jolene.dom.TextArea
public final class TextArea
A TextArea in a html document.
Constructor Summary | |
---|---|
TextArea()
Default constructor. |
|
TextArea(java.lang.String name)
Construct a textarea with the specified name. |
Method Summary | |
---|---|
TextArea |
clone()
Returns a clone of the textarea object. |
void |
setContent(java.lang.String text)
Sets the text of the textarea. |
void |
setName(java.lang.String name)
Sets the name of the textarea. |
java.lang.String |
toString()
Renders the textarea. |
Methods inherited from class net.sf.jolene.dom.HTMLElement |
---|
clear, getAfterText, getAttribute, getBeforeText, getContent, getName, getStyle, getTag, getValue, hasAttribute, hasStyle, isChecked, isDisabled, isReadonly, isRenderable, keySet, removeAttribute, removeStyle, resetStyles, resetStyles, setAfterText, setAttribute, setBeforeText, setChecked, setDisabled, setReadonly, setRenderable, setStyle, setStyles, setStyles, setValue, swapWith |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextArea()
public TextArea(java.lang.String name)
name
- name of the textarea.Method Detail |
---|
public TextArea clone()
clone
in class HTMLElement
DocumentFactory
public void setContent(java.lang.String text)
setContent
in class HTMLElement
text
- text value to set on TextArea.HTMLElement.getContent()
public void setName(java.lang.String name)
setName
in class HTMLElement
name
- name of the textarea.public java.lang.String toString()
toString
in class HTMLElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |