@TagName(value="form") public class FormElement extends Element
Modifier and Type | Field and Description |
---|---|
static String |
TAG |
DRAGGABLE_AUTO, DRAGGABLE_FALSE, DRAGGABLE_TRUE
DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE
Modifier | Constructor and Description |
---|---|
protected |
FormElement() |
Modifier and Type | Method and Description |
---|---|
static FormElement |
as(Element elem)
Assert that the given
Element is compatible with this class and
automatically typecast it. |
String |
getAcceptCharset()
List of character sets supported by the server.
|
String |
getAction()
Server-side form handler.
|
NodeCollection<Element> |
getElements()
Returns a collection of all form control elements in the form.
|
String |
getEnctype()
The content type of the submitted form, generally
"application/x-www-form-urlencoded".
|
String |
getMethod()
HTTP method [IETF RFC 2616] used to submit form.
|
String |
getName()
Names the form.
|
String |
getTarget()
Frame to render the resource in.
|
static boolean |
is(Element elem)
Determine whether the given
Element can be cast to this class. |
static boolean |
is(JavaScriptObject o)
Determines whether the given
JavaScriptObject can be cast to
this class. |
static boolean |
is(Node node)
Determine whether the given
Node can be cast to this class. |
void |
reset()
Restores a form element's default values.
|
void |
setAcceptCharset(String acceptCharset)
List of character sets supported by the server.
|
void |
setAction(SafeUri action)
Server-side form handler.
|
void |
setAction(String action)
Server-side form handler.
|
void |
setEnctype(String enctype)
The content type of the submitted form, generally
"application/x-www-form-urlencoded".
|
void |
setMethod(String method)
HTTP method [IETF RFC 2616] used to submit form.
|
void |
setName(String name)
Names the form.
|
void |
setTarget(String target)
Frame to render the resource in.
|
void |
submit()
Submits the form.
|
addClassName, as, as, blur, dispatchEvent, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getAttribute, getClassName, getClientHeight, getClientWidth, getDir, getDraggable, getElementsByTagName, getFirstChildElement, getId, getInnerHTML, getInnerText, getLang, getNextSiblingElement, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getPreviousSiblingElement, getPropertyBoolean, getPropertyDouble, getPropertyInt, getPropertyJSO, getPropertyObject, getPropertyString, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getString, getStyle, getTabIndex, getTagName, getTitle, hasAttribute, hasClassName, hasTagName, removeAttribute, removeClassName, replaceClassName, scrollIntoView, setAttribute, setClassName, setDir, setDraggable, setId, setInnerHTML, setInnerSafeHtml, setInnerText, setLang, setPropertyBoolean, setPropertyDouble, setPropertyInt, setPropertyJSO, setPropertyObject, setPropertyString, setScrollLeft, setScrollTop, setTabIndex, setTitle, toggleClassName
appendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeAllChildren, removeChild, removeFromParent, replaceChild, setNodeValue
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final String TAG
public static FormElement as(Element elem)
Element
is compatible with this class and
automatically typecast it.public static boolean is(JavaScriptObject o)
JavaScriptObject
can be cast to
this class. A null
object will cause this method to
return false
.public static boolean is(Node node)
Node
can be cast to this class.
A null
node will cause this method to return
false
.public static boolean is(Element elem)
Element
can be cast to this class.
A null
node will cause this method to return
false
.public final String getAcceptCharset()
public final String getAction()
public final NodeCollection<Element> getElements()
public final String getEnctype()
public final String getMethod()
public final String getName()
public final String getTarget()
public final void reset()
public final void setAcceptCharset(String acceptCharset)
public final void setAction(SafeUri action)
public final void setAction(String action)
public final void setEnctype(String enctype)
public final void setMethod(String method)
public final void setName(String name)
public final void setTarget(String target)
public final void submit()
Copyright © 2018. All rights reserved.