public class HTMLSelectElement extends HTMLElement
HTMLElement.AttachedCallbackFn, HTMLElement.AttachShadowOptionsType, HTMLElement.ConnectedCallbackFn, HTMLElement.CreatedCallbackFn, HTMLElement.DetachedCallbackFn, HTMLElement.DisconnectedCallbackFn
Element.MatchesSelectorRefNodesUnionType, Element.OnabortCallbackFn, Element.OnbeforeinputCallbackFn, Element.OnbeforeunloadCallbackFn, Element.OnblurCallbackFn, Element.OnchangeCallbackFn, Element.OnclickCallbackFn, Element.OncompositionendCallbackFn, Element.OncompositionstartCallbackFn, Element.OncompositionupdateCallbackFn, Element.OncontextmenuCallbackFn, Element.OncopyCallbackFn, Element.OncutCallbackFn, Element.OndblclickCallbackFn, Element.OnerrorCallbackFn, Element.OnfocusCallbackFn, Element.OnfocusinCallbackFn, Element.OnfocusoutCallbackFn, Element.OninputCallbackFn, Element.OnkeydownCallbackFn, Element.OnkeypressCallbackFn, Element.OnkeyupCallbackFn, Element.OnloadCallbackFn, Element.OnmousedownCallbackFn, Element.OnmousemoveCallbackFn, Element.OnmouseoutCallbackFn, Element.OnmouseoverCallbackFn, Element.OnmouseupCallbackFn, Element.OnmousewheelCallbackFn, Element.OnpasteCallbackFn, Element.OnresetCallbackFn, Element.OnresizeCallbackFn, Element.OnscrollCallbackFn, Element.OnselectCallbackFn, Element.OnsubmitCallbackFn, Element.OntextinputCallbackFn, Element.OntouchcancelCallbackFn, Element.OntouchendCallbackFn, Element.OntouchmoveCallbackFn, Element.OntouchstartCallbackFn, Element.OnunloadCallbackFn, Element.OnwheelCallbackFn, Element.ScrollIntoViewTopType, Element.ScrollIntoViewTopUnionType, Element.SetAttributeNSValueUnionType, Element.SetAttributeValueUnionType
EventTarget.AddEventListenerOptionsUnionType, EventTarget.RemoveEventListenerOptionsUnionType
Modifier and Type | Field and Description |
---|---|
boolean |
autofocus |
boolean |
disabled |
HTMLFormElement |
form |
NodeList<HTMLLabelElement> |
labels |
double |
length |
boolean |
multiple |
java.lang.String |
name |
HTMLOptionsCollection |
options |
double |
selectedIndex |
HTMLCollection<HTMLOptionElement> |
selectedOptions |
double |
size |
java.lang.String |
type |
java.lang.String |
validationMessage |
ValidityState |
validity |
java.lang.String |
value |
boolean |
willValidate |
attachedCallback, className, connectedCallback, contextMenu, createdCallback, dataset, detachedCallback, dir, disconnectedCallback, draggable, dropzone, hidden, id, lang, observedAttributes, offsetHeight, offsetLeft, offsetParent, offsetTop, offsetWidth, shadowRoot, spellcheck, style, tabIndex, title
ALLOW_KEYBOARD_INPUT, attributes, childElementCount, classList, clientHeight, clientLeft, clientTop, clientWidth, firstElementChild, innerHTML, lastElementChild, nextElementSibling, onabort, onbeforeinput, onbeforeunload, onblur, onchange, onclick, oncompositionend, oncompositionstart, oncompositionupdate, oncontextmenu, oncopy, oncut, ondblclick, onerror, onfocus, onfocusin, onfocusout, oninput, onkeydown, onkeypress, onkeyup, onload, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onmousewheel, onpaste, onreset, onresize, onscroll, onselect, onsubmit, ontextinput, ontouchcancel, ontouchend, ontouchmove, ontouchstart, onunload, onwheel, previousElementSibling, schemaTypeInfo, scrollHeight, scrollLeft, scrollTop, scrollWidth, tagName
assignedSlot, ATTRIBUTE_NODE, baseURI, CDATA_SECTION_NODE, childNodes, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, firstChild, isConnected, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, NOTATION_NODE, ownerDocument, parentNode, prefix, previousSibling, PROCESSING_INSTRUCTION_NODE, TEXT_NODE, textContent, XPATH_NAMESPACE_NODE
Constructor and Description |
---|
HTMLSelectElement() |
Modifier and Type | Method and Description |
---|---|
void |
add(HTMLElement element) |
void |
add(HTMLElement element,
HTMLElement before) |
void |
blur() |
boolean |
checkValidity() |
void |
focus() |
void |
remove() |
void |
remove(double index) |
boolean |
reportValidity() |
void |
setCustomValidity(java.lang.String message) |
adoptedCallback, attachShadow, attributeChangedCallback, createShadowRoot, getDestinationInsertionPoints, getElementsByClassName, webkitCreateShadowRoot
click, closest, getAttribute, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClientRects, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, matches, matchesSelector, matchesSelector, matchesSelector, matchesSelector, mozMatchesSelector, mozRequestFullScreen, mozRequestFullScreenWithKeys, msExitFullscreen, msMatchesSelector, msRequestFullscreen, oMatchesSelector, querySelector, querySelectorAll, removeAttribute, removeAttributeNode, removeAttributeNS, requestFullscreen, scrollIntoView, scrollIntoView, scrollIntoView, scrollIntoView, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setAttributeNS, setAttributeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, webkitMatchesSelector, webkitRequestFullscreen, webkitRequestFullScreen, webkitRequestFullscreen, webkitRequestFullScreen
addEventListener, addEventListener, appendChild, cloneNode, compareDocumentPosition, contains, dispatchEvent, getFeature, getRootNode, getRootNode, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, removeEventListener, removeEventListener, replaceChild, setUserData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addEventListener, addEventListener, removeEventListener, removeEventListener
public boolean autofocus
public boolean disabled
public HTMLFormElement form
public NodeList<HTMLLabelElement> labels
public double length
public boolean multiple
public java.lang.String name
public HTMLOptionsCollection options
public double selectedIndex
public HTMLCollection<HTMLOptionElement> selectedOptions
public double size
public java.lang.String type
public java.lang.String validationMessage
public ValidityState validity
public java.lang.String value
public boolean willValidate
public void add(HTMLElement element, HTMLElement before)
public void add(HTMLElement element)
public boolean checkValidity()
public void remove(double index)
public boolean reportValidity()
public void setCustomValidity(java.lang.String message)