@JsType(isNative=true, name="HTMLFormElement", namespace="<global>") public class HTMLFormElement extends HTMLElement<HTMLFormElement>
Modifier and Type | Class and Description |
---|---|
static class |
HTMLFormElement.FormEncoding |
static class |
HTMLFormElement.FormMethod |
EventTarget.Options
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED
Constructor and Description |
---|
HTMLFormElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkValidity() |
String |
getAcceptCharset() |
String |
getAction() |
HTMLFormControlsCollection |
getElements() |
HTMLFormElement.FormEncoding |
getEncoding() |
HTMLFormElement.FormEncoding |
getEncType() |
int |
getLength() |
HTMLFormElement.FormMethod |
getMethod() |
String |
getName() |
boolean |
getNoValidate() |
String |
getTarget() |
boolean |
isAutoComplete() |
boolean |
reportValidity() |
void |
requestAutocomplete() |
void |
reset() |
void |
setAcceptCharset(String acceptCharset) |
void |
setAction(String action) |
void |
setAutoComplete(boolean autocomplete) |
void |
setEncoding(HTMLFormElement.FormEncoding encoding) |
void |
setEncType(HTMLFormElement.FormEncoding encoding) |
void |
setMethod(HTMLFormElement.FormMethod method) |
void |
setName(String name) |
void |
setNoValidate(boolean noValidate) |
void |
setTarget(String target) |
void |
submit() |
blur, clearRole, clearTabIndex, click, focus, getBoundingClientRect, getRole, getTabIndex, hasFocus, insertAdjacentHTML, setRole, setTabIndex
addClassName, getAbsoluteLeft, getAbsoluteTop, getAttribute, getAttributeNS, getClassList, getClassName, getClientHeight, getClientLeft, getClientTop, getClientWidth, getComputedStyle, getId, getInnerHTML, getInnerText, getNativeStyle, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getStyle, hasClassName, insertAdjacentElement, insertAdjacentHTML, insertAdjacentText, querySelector, releaseCapture, removeAttribute, removeAttributeNS, removeClassName, setAttribute, setAttributeNS, setCapture, setCapture, setClassName, setId, setInnerHTML, setInnerText, setNativeCatpure, setNativeCatpure, setScrollLeft, setScrollTop, webkitRequestFullscreen
appendChild, cloneNode, compareDocumentPosition, contains, getBaseURI, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNativeNodeType, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getTextContent, hasChildNodes, insertAfter, insertBefore, insertBefore, insertFirst, isAncestor, isAttached, isDefaultNamespace, isDescendant, isEqualNode, lookupNamespaceURI, lookupPrefix, normalize, removeAllChildren, removeAllChildrenBefore, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent
addEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListeners
cast, getOwnPropertyNames, hasOwnProperty, observe
@JsProperty(name="acceptCharset") public String getAcceptCharset()
@JsProperty(name="acceptCharset") public void setAcceptCharset(String acceptCharset)
@JsProperty(name="action") public String getAction()
@JsProperty(name="action") public void setAction(String action)
@JsOverlay public final boolean isAutoComplete()
@JsOverlay public final void setAutoComplete(boolean autocomplete)
@JsProperty(name="elements") public HTMLFormControlsCollection getElements()
@JsOverlay public final HTMLFormElement.FormEncoding getEncoding()
@JsOverlay public final void setEncoding(HTMLFormElement.FormEncoding encoding)
@JsOverlay public final HTMLFormElement.FormEncoding getEncType()
@JsOverlay public final void setEncType(HTMLFormElement.FormEncoding encoding)
@JsProperty(name="length") public int getLength()
@JsOverlay public final HTMLFormElement.FormMethod getMethod()
@JsOverlay public final void setMethod(HTMLFormElement.FormMethod method)
@JsProperty(name="name") public String getName()
@JsProperty(name="name") public void setName(String name)
@JsProperty(name="noValidate") public boolean getNoValidate()
@JsProperty(name="noValidate") public void setNoValidate(boolean noValidate)
@JsProperty(name="target") public String getTarget()
@JsProperty(name="target") public void setTarget(String target)
public boolean checkValidity()
public void submit()
public void reset()
public boolean reportValidity()
public void requestAutocomplete()
Copyright © 2018 Xalys. All rights reserved.