org.kde.koala

Class HTMLTextAreaElement

public class HTMLTextAreaElement extends HTMLElement

Multi-line text field. See the TEXTAREA element definition in HTML 4.0.

UNKNOWN: Multi-line text field.

Constructor Summary
protected HTMLTextAreaElement(Class dummy)
HTMLTextAreaElement()
HTMLTextAreaElement(HTMLTextAreaElement other)
HTMLTextAreaElement(Node other)
Method Summary
StringaccessKey()
A single character access key to give access to the form control.
voidblur()
Removes keyboard focus from this element.
longcols()
Width of control (in characters).
StringdefaultValue()
Stores the initial control value (i.e., the initial value of value ).
booleandisabled()
The control is unavailable in this context.
voidfocus()
Gives keyboard focus to this element.
HTMLFormElementformElement()
### KDE 4.0: remove.
Stringname()
Form control or object name when submitted with a form.
booleanreadOnly()
This control is read-only.
longrows()
Number of text rows.
voidselect()
Select the contents of the TEXTAREA .
voidsetAccessKey(String arg1)
see accessKey
voidsetCols(long arg1)
see cols
voidsetDefaultValue(String arg1)
see defaultValue
voidsetDisabled(boolean arg1)
see disabled
voidsetName(String arg1)
see name
voidsetReadOnly(boolean arg1)
see readOnly
voidsetRows(long arg1)
see rows
voidsetTabIndex(long arg1)
see tabIndex
voidsetValue(String arg1)
see value
longtabIndex()
Index that represents the element's position in the tabbing order.
Stringtype()
The type of this form control.
Stringvalue()
The current textual content of the multi-line text field.

Constructor Detail

HTMLTextAreaElement

protected HTMLTextAreaElement(Class dummy)

HTMLTextAreaElement

public HTMLTextAreaElement()

HTMLTextAreaElement

public HTMLTextAreaElement(HTMLTextAreaElement other)

HTMLTextAreaElement

public HTMLTextAreaElement(Node other)

Method Detail

accessKey

public String accessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.

UNKNOWN: A single character access key to give access to the form control.

blur

public void blur()
Removes keyboard focus from this element.

UNKNOWN: Removes keyboard focus from this element.

cols

public long cols()
Width of control (in characters). See the cols attribute definition in HTML 4.0.

UNKNOWN: Width of control (in characters).

defaultValue

public String defaultValue()
Stores the initial control value (i.e., the initial value of value ).

UNKNOWN: Stores the initial control value (i.

disabled

public boolean disabled()
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.

UNKNOWN: The control is unavailable in this context.

focus

public void focus()
Gives keyboard focus to this element.

UNKNOWN: Gives keyboard focus to this element.

formElement

public HTMLFormElement formElement()
### KDE 4.0: remove.

UNKNOWN: ### KDE 4.

name

public String name()
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0.

UNKNOWN: Form control or object name when submitted with a form.

readOnly

public boolean readOnly()
This control is read-only. See the readonly attribute definition in HTML 4.0.

UNKNOWN: This control is read-only.

rows

public long rows()
Number of text rows. See the rows attribute definition in HTML 4.0.

UNKNOWN: Number of text rows.

select

public void select()
Select the contents of the TEXTAREA .

UNKNOWN: Select the contents of the TEXTAREA .

setAccessKey

public void setAccessKey(String arg1)
see accessKey

UNKNOWN: see accessKey

setCols

public void setCols(long arg1)
see cols

UNKNOWN: see cols

setDefaultValue

public void setDefaultValue(String arg1)
see defaultValue

UNKNOWN: see defaultValue

setDisabled

public void setDisabled(boolean arg1)
see disabled

UNKNOWN: see disabled

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setReadOnly

public void setReadOnly(boolean arg1)
see readOnly

UNKNOWN: see readOnly

setRows

public void setRows(long arg1)
see rows

UNKNOWN: see rows

setTabIndex

public void setTabIndex(long arg1)
see tabIndex

UNKNOWN: see tabIndex

setValue

public void setValue(String arg1)
see value

UNKNOWN: see value

tabIndex

public long tabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

UNKNOWN: Index that represents the element's position in the tabbing order.

type

public String type()
The type of this form control.

UNKNOWN: The type of this form control.

value

public String value()
The current textual content of the multi-line text field. If the entirety of the data can not fit into a single wstring, the implementation may truncate the data.

UNKNOWN: The current textual content of the multi-line text field.