public static class Html4.TEXTAREA extends HtmlParentElement implements Html4.ParentElement<Html4.TEXTAREA>
<textarea>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<textarea> (void=false, block=false, pre=true). |
Constructor and Description |
---|
TEXTAREA() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.TEXTAREA |
accesskey(CharSequence value)
Set attribute
accesskey="{value}" . |
Html4.TEXTAREA |
cols(int value)
Set attribute
cols="{value}" . |
Html4.TEXTAREA |
disabled(boolean value)
Set boolean attribute
disabled . |
Html4.TEXTAREA |
name(CharSequence value)
Set attribute
name="{value}" . |
Html4.TEXTAREA |
readonly(boolean value)
Set boolean attribute
readonly . |
Html4.TEXTAREA |
rows(int value)
Set attribute
rows="{value}" . |
Html4.TEXTAREA |
tabindex(int value)
Set attribute
tabindex="{value}" . |
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, removeChild, render, setChild
getAttribute, getAttributeCount, getAttributeMap, isBlock, setAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add
attr, attr, attr, attr, class_, class_add, dir, getAttribute, id, lang, on, setAttribute, style, title
addChild, addChild, addChildren, detachChildren, getChild, getChildCount, getChildList, removeChild, render, setChild
public static final HtmlElementType TYPE
<textarea>
(void=false, block=false, pre=true).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.TEXTAREA accesskey(CharSequence value)
accesskey="{value}"
.public Html4.TEXTAREA cols(int value)
cols="{value}"
.public Html4.TEXTAREA disabled(boolean value)
disabled
.public Html4.TEXTAREA name(CharSequence value)
name="{value}"
.public Html4.TEXTAREA readonly(boolean value)
readonly
.public Html4.TEXTAREA rows(int value)
rows="{value}"
.public Html4.TEXTAREA tabindex(int value)
tabindex="{value}"
.