@JsType(isNative=true,
name="HTMLLabelElement",
namespace="<global>")
public class HTMLLabelElement
extends HTMLElement<HTMLLabelElement>
EventTarget.OptionsACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED| Constructor and Description |
|---|
HTMLLabelElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessKey() |
<T extends HTMLElement<T>> |
getControl() |
String |
getFor() |
HTMLFormElement |
getForm() |
void |
setAccessKey(String accessKey) |
void |
setFor(Element<?> htmlFor) |
void |
setFor(String htmlFor) |
blur, clearRole, clearTabIndex, click, focus, getBoundingClientRect, getRole, getTabIndex, hasFocus, insertAdjacentHTML, setRole, setTabIndexaddClassName, 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, webkitRequestFullscreenappendChild, 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, setTextContentaddEventListener, addEventListener, addEventListener, dispatchEvent, dispatchEvent, getEventListeners, removeEventListener, removeEventListener, removeEventListener, removeNativeEventListener, removeNativeEventListener, removeNativeEventListener, setEventListenerscast, getOwnPropertyNames, hasOwnProperty, observe@JsProperty(name="accessKey") public String getAccessKey()
@JsProperty(name="accessKey") public void setAccessKey(String accessKey)
@JsProperty(name="control") public <T extends HTMLElement<T>> T getControl()
@JsProperty(name="form") public HTMLFormElement getForm()
@JsProperty(name="htmlFor") public String getFor()
@JsOverlay public final void setFor(Element<?> htmlFor)
@JsProperty(name="htmlFor") public void setFor(String htmlFor)
Copyright © 2018 Xalys. All rights reserved.