@JsType(isNative=true, name="HTMLSelectElement", namespace="<global>") public class HTMLSelectElement extends HTMLElement<HTMLSelectElement>
EventTarget.Options
ACTIVE_BUBBLE, ACTIVE_CAPTURE, PASSIVE_BUBBLE, PASSIVE_CAPTURE, PASSIVE_SUPPORTED
Constructor and Description |
---|
HTMLSelectElement() |
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="autofocus") public boolean isAutoFocus()
@JsProperty(name="autofocus") public void setAutoFocus(boolean autofocus)
@JsProperty(name="disabled") public boolean isDisabled()
@JsProperty(name="disabled") public void setDisabled(boolean disabled)
@JsProperty(name="form") public HTMLFormElement getForm()
@JsProperty(name="labels") public NodeList<HTMLLabelElement> getLabels()
@JsProperty(name="length") public int getLength()
@JsProperty(name="length") public void setLength(int length)
@JsProperty(name="multiple") public boolean isMultiple()
@JsProperty(name="multiple") public void setMultiple(boolean multiple)
@JsProperty(name="options") public HTMLOptionsCollection getOptions()
@JsProperty(name="required") public boolean isRequired()
@JsProperty(name="required") public void setRequired(boolean required)
@JsProperty(name="selectedIndex") public int getSelectedIndex()
@JsProperty(name="selectedIndex") public void setSelectedIndex(int selectedIndex)
@JsProperty(name="selectedOptions") public HTMLCollection<HTMLOptionElement> getSelectedOptions()
@JsProperty(name="size") public int getSize()
@JsProperty(name="size") public void setSize(int size)
@JsOverlay public final SelectType getType()
@JsProperty(name="type") public String getNativeType()
@JsProperty(name="validationMessage") public String getValidationMessage()
@JsProperty(name="validity") public ValidityState getValidity()
@JsProperty(name="value") public String getValue()
@JsProperty(name="value") public void setValue(String value)
@JsProperty(name="willValidate") public boolean willValidate()
public void add(HTMLOptionElement elt)
public void add(HTMLOptGroupElement elt)
public void add(HTMLOptionElement elt, HTMLOptionElement before)
public void add(HTMLOptionElement elt, HTMLOptGroupElement before)
public void add(HTMLOptGroupElement elt, HTMLOptionElement before)
public void add(HTMLOptGroupElement elt, HTMLOptGroupElement before)
public void add(HTMLOptionElement elt, int before)
public boolean checkValidity()
public HTMLOptionElement item(int index)
public HTMLOptionElement namedItem(String name)
public void remove(int index)
public void setCustomValidity(String customValidity)
Copyright © 2018 Xalys. All rights reserved.