public static class Html4.FORM extends HtmlParentElement implements Html4.ParentElement<Html4.FORM>
<form>
.Modifier and Type | Field and Description |
---|---|
static HtmlElementType |
TYPE
HtmlElementType for
<form> (void=false, block=true, pre=false). |
Constructor and Description |
---|
FORM() |
Instance Methods | |
---|---|
HtmlElementType |
getElementType()
Get the metadata of this element.
|
Html4.FORM |
accept(CharSequence value)
Set attribute
accept="{value}" . |
Html4.FORM |
accept_charset(CharSequence value)
Set attribute
accept-charset="{value}" . |
Html4.FORM |
action(CharSequence value)
Set attribute
action="{value}" . |
Html4.FORM |
enctype(CharSequence value)
Set attribute
enctype="{value}" . |
Html4.FORM |
method(CharSequence value)
Set attribute
method="{value}" . |
Html4.FORM |
target(CharSequence value)
Set attribute
target="{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
<form>
(void=false, block=true, pre=false).public HtmlElementType getElementType()
HtmlElement
HtmlElementType
.getElementType
in class HtmlElement
public Html4.FORM accept(CharSequence value)
accept="{value}"
.public Html4.FORM accept_charset(CharSequence value)
accept-charset="{value}"
.public Html4.FORM action(CharSequence value)
action="{value}"
.public Html4.FORM enctype(CharSequence value)
enctype="{value}"
.public Html4.FORM method(CharSequence value)
method="{value}"
.public Html4.FORM target(CharSequence value)
target="{value}"
.