Similar to TextInputElement, but on platforms where search is styled differently this will get the search style.
Use supported to check if this is supported on the current platform.
- Implements
- Implemented by
- Annotations
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.FIREFOX)
- @SupportedBrowser(SupportedBrowser.IE, '10')
- @SupportedBrowser(SupportedBrowser.SAFARI)
Static Properties
Constructors
- SearchInputElement()
-
factory
Properties
- dirName → String
-
@DomName('HTMLInputElement.dirName'), read / write
- list → Element
-
@DomName('HTMLInputElement.list'), read-only
- assignedSlot → SlotElement
-
@DocsEditable(), @DomName('Element.assignedSlot'), @Experimental(), read-only, inherited
- attributes → Map<String, String>
-
All attributes on this element.
read / write, inherited - autocomplete → String
-
@DomName('HTMLInputElement.autocomplete'), read / write, inherited
- autofocus → bool
-
@DomName('HTMLInputElement.autofocus'), read / write, inherited
- baseUri → String
-
@DocsEditable(), @DomName('Node.baseURI'), read-only, inherited
- borderEdge → CssRect
-
Access the dimensions and position of this element's content + padding + border box.
@Experimental(), read-only, inherited - childNodes → List<Node>
-
A list of this node's children.
@DocsEditable(), @DomName('Node.childNodes'), read-only, inherited - children → List<Element>
-
List of the direct children of this element.
read / write, inherited - classes → CssClassSet
-
The set of CSS classes applied to this element.
read / write, inherited - className → String
-
@DocsEditable(), @DomName('Element.className'), read / write, inherited
- client → Rectangle
-
Gets the position of this element relative to the client area of the page.
read-only, inherited - clientHeight → int
-
@DocsEditable(), @DomName('Element.clientHeight'), read-only, inherited
- clientLeft → int
-
@DocsEditable(), @DomName('Element.clientLeft'), read-only, inherited
- clientTop → int
-
@DocsEditable(), @DomName('Element.clientTop'), read-only, inherited
- clientWidth → int
-
@DocsEditable(), @DomName('Element.clientWidth'), read-only, inherited
- computedName → String
-
@DocsEditable(), @DomName('Element.computedName'), @Experimental(), read-only, inherited
- computedRole → String
-
@DocsEditable(), @DomName('Element.computedRole'), @Experimental(), read-only, inherited
- contentEdge → CssRect
-
Access this element's content position.
@Experimental(), read-only, inherited - contentEditable → String
-
read / write, inherited
- contextMenu → MenuElement
-
read / write, inherited
- dataset → Map<String, String>
-
Allows access to all custom data attributes (data-*) set on this element.
read / write, inherited - dir → String
-
read / write, inherited
- disabled → bool
-
@DomName('HTMLInputElement.disabled'), read / write, inherited
- documentOffset → Point
-
Provides the coordinates of the element relative to the top of the document.
@Experimental(), read-only, inherited - draggable → bool
-
read / write, inherited
- dropzone → String
-
read / write, inherited
- firstChild → Node
-
The first child of this node.
@DocsEditable(), @DomName('Node.firstChild'), read-only, inherited - hashCode → int
-
The hash code for this object.
read-only, inherited -
read / write, inherited
- id → String
-
@DocsEditable(), @DomName('Element.id'), read / write, inherited
- incremental → bool
-
@DomName('HTMLInputElement.incremental'), read / write, inherited
- indeterminate → bool
-
@DomName('HTMLInputElement.indeterminate'), read / write, inherited
- innerHtml → String
-
Parses the HTML fragment and sets it as the contents of this element.
read / write, inherited - isContentEditable → bool
-
read-only, inherited
- labels → List<Node>
-
@DomName('HTMLInputElement.labels'), read-only, inherited
- lang → String
-
read / write, inherited
- lastChild → Node
-
The last child of this node.
@DocsEditable(), @DomName('Node.lastChild'), read-only, inherited - localName → String
-
@DocsEditable(), @DomName('Element.localName'), read-only, inherited
- marginEdge → CssRect
-
Access the dimensions and position of this element's content + padding + border + margin box.
@Experimental(), read-only, inherited - maxLength → int
-
@DomName('HTMLInputElement.maxLength'), read / write, inherited
- name → String
-
@DomName('HTMLInputElement.name'), read / write, inherited
- namespaceUri → String
-
A URI that identifies the XML namespace of this element.
@DomName('Element.namespaceUri'), read-only, inherited - nextElementSibling → Element
-
@DocsEditable(), @DomName('Element.nextElementSibling'), read-only, inherited
- nextNode → Node
-
The next sibling node.
@DocsEditable(), @DomName('Node.nextSibling'), read-only, inherited - nodeName → String
-
The name of this node.
@DocsEditable(), @DomName('Node.nodeName'), read-only, inherited - nodes → List<Node>
-
A modifiable list of this node's children.
read / write, inherited - nodeType → int
-
The type of node.
@DocsEditable(), @DomName('Node.nodeType'), read-only, inherited - nodeValue → String
-
The value of this node.
@DocsEditable(), @DomName('Node.nodeValue'), read-only, inherited - offset → Rectangle
-
Gets the offset of this element relative to its offsetParent.
read-only, inherited - offsetHeight → int
-
@DocsEditable(), @DomName('Element.offsetHeight'), read-only, inherited
- offsetLeft → int
-
@DocsEditable(), @DomName('Element.offsetLeft'), read-only, inherited
- offsetParent → Element
-
@DocsEditable(), @DomName('Element.offsetParent'), read-only, inherited
- offsetTop → int
-
@DocsEditable(), @DomName('Element.offsetTop'), read-only, inherited
- offsetWidth → int
-
@DocsEditable(), @DomName('Element.offsetWidth'), read-only, inherited
- on → ElementEvents
-
This is an ease-of-use accessor for event streams which should only be used when an explicit accessor is not available.
read-only, inherited - onAbort → ElementStream<Event>
-
Stream of
abort
events handled by thisElement
.@DocsEditable(), @DomName('Element.onabort'), read-only, inherited - onBeforeCopy → ElementStream<Event>
-
Stream of
beforecopy
events handled by thisElement
.@DocsEditable(), @DomName('Element.onbeforecopy'), read-only, inherited - onBeforeCut → ElementStream<Event>
-
Stream of
beforecut
events handled by thisElement
.@DocsEditable(), @DomName('Element.onbeforecut'), read-only, inherited - onBeforePaste → ElementStream<Event>
-
Stream of
beforepaste
events handled by thisElement
.@DocsEditable(), @DomName('Element.onbeforepaste'), read-only, inherited - onBlur → ElementStream<Event>
-
Stream of
blur
events handled by thisElement
.@DocsEditable(), @DomName('Element.onblur'), read-only, inherited - onCanPlay → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.oncanplay'), @Experimental(), read-only, inherited
- onCanPlayThrough → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.oncanplaythrough'), @Experimental(), read-only, inherited
- onChange → ElementStream<Event>
-
Stream of
change
events handled by thisElement
.@DocsEditable(), @DomName('Element.onchange'), read-only, inherited - onClick → ElementStream<MouseEvent>
-
Stream of
click
events handled by thisElement
.@DocsEditable(), @DomName('Element.onclick'), read-only, inherited - onContextMenu → ElementStream<MouseEvent>
-
Stream of
contextmenu
events handled by thisElement
.@DocsEditable(), @DomName('Element.oncontextmenu'), read-only, inherited - onCopy → ElementStream<ClipboardEvent>
-
Stream of
copy
events handled by thisElement
.@DocsEditable(), @DomName('Element.oncopy'), read-only, inherited - onCut → ElementStream<ClipboardEvent>
-
Stream of
cut
events handled by thisElement
.@DocsEditable(), @DomName('Element.oncut'), read-only, inherited - onDoubleClick → ElementStream<Event>
-
Stream of
doubleclick
events handled by thisElement
.@DocsEditable(), @DomName('Element.ondblclick'), read-only, inherited - onDrag → ElementStream<MouseEvent>
-
A stream of
drag
events fired when this element currently being dragged.@DocsEditable(), @DomName('Element.ondrag'), read-only, inherited - onDragEnd → ElementStream<MouseEvent>
-
A stream of
dragend
events fired when this element completes a drag operation.@DocsEditable(), @DomName('Element.ondragend'), read-only, inherited - onDragEnter → ElementStream<MouseEvent>
-
A stream of
dragenter
events fired when a dragged object is first dragged over this element.@DocsEditable(), @DomName('Element.ondragenter'), read-only, inherited - onDragLeave → ElementStream<MouseEvent>
-
A stream of
dragleave
events fired when an object being dragged over this element leaves this element's target area.@DocsEditable(), @DomName('Element.ondragleave'), read-only, inherited - onDragOver → ElementStream<MouseEvent>
-
A stream of
dragover
events fired when a dragged object is currently being dragged over this element.@DocsEditable(), @DomName('Element.ondragover'), read-only, inherited - onDragStart → ElementStream<MouseEvent>
-
A stream of
dragstart
events fired when this element starts being dragged.@DocsEditable(), @DomName('Element.ondragstart'), read-only, inherited - onDrop → ElementStream<MouseEvent>
-
A stream of
drop
events fired when a dragged object is dropped on this element.@DocsEditable(), @DomName('Element.ondrop'), read-only, inherited - onDurationChange → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.ondurationchange'), @Experimental(), read-only, inherited
- onEmptied → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onemptied'), @Experimental(), read-only, inherited
- onEnded → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onended'), @Experimental(), read-only, inherited
- onError → ElementStream<Event>
-
Stream of
error
events handled by thisElement
.@DocsEditable(), @DomName('Element.onerror'), read-only, inherited - onFocus → ElementStream<Event>
-
Stream of
focus
events handled by thisElement
.@DocsEditable(), @DomName('Element.onfocus'), read-only, inherited - onFullscreenChange → ElementStream<Event>
-
Stream of
fullscreenchange
events handled by thisElement
.@DocsEditable(), @DomName('Element.onwebkitfullscreenchange'), @Experimental(), read-only, inherited - onFullscreenError → ElementStream<Event>
-
Stream of
fullscreenerror
events handled by thisElement
.@DocsEditable(), @DomName('Element.onwebkitfullscreenerror'), @Experimental(), read-only, inherited - onInput → ElementStream<Event>
-
Stream of
input
events handled by thisElement
.@DocsEditable(), @DomName('Element.oninput'), read-only, inherited - onInvalid → ElementStream<Event>
-
Stream of
invalid
events handled by thisElement
.@DocsEditable(), @DomName('Element.oninvalid'), read-only, inherited - onKeyDown → ElementStream<KeyboardEvent>
-
Stream of
keydown
events handled by thisElement
.@DocsEditable(), @DomName('Element.onkeydown'), read-only, inherited - onKeyPress → ElementStream<KeyboardEvent>
-
Stream of
keypress
events handled by thisElement
.@DocsEditable(), @DomName('Element.onkeypress'), read-only, inherited - onKeyUp → ElementStream<KeyboardEvent>
-
Stream of
keyup
events handled by thisElement
.@DocsEditable(), @DomName('Element.onkeyup'), read-only, inherited - onLoad → ElementStream<Event>
-
Stream of
load
events handled by thisElement
.@DocsEditable(), @DomName('Element.onload'), read-only, inherited - onLoadedData → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onloadeddata'), @Experimental(), read-only, inherited
- onLoadedMetadata → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onloadedmetadata'), @Experimental(), read-only, inherited
- onMouseDown → ElementStream<MouseEvent>
-
Stream of
mousedown
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmousedown'), read-only, inherited - onMouseEnter → ElementStream<MouseEvent>
-
Stream of
mouseenter
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmouseenter'), @Experimental(), read-only, inherited - onMouseLeave → ElementStream<MouseEvent>
-
Stream of
mouseleave
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmouseleave'), @Experimental(), read-only, inherited - onMouseMove → ElementStream<MouseEvent>
-
Stream of
mousemove
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmousemove'), read-only, inherited - onMouseOut → ElementStream<MouseEvent>
-
Stream of
mouseout
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmouseout'), read-only, inherited - onMouseOver → ElementStream<MouseEvent>
-
Stream of
mouseover
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmouseover'), read-only, inherited - onMouseUp → ElementStream<MouseEvent>
-
Stream of
mouseup
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmouseup'), read-only, inherited - onMouseWheel → ElementStream<WheelEvent>
-
Stream of
mousewheel
events handled by thisElement
.@DocsEditable(), @DomName('Element.onmousewheel'), @Experimental(), read-only, inherited - onPaste → ElementStream<ClipboardEvent>
-
Stream of
paste
events handled by thisElement
.@DocsEditable(), @DomName('Element.onpaste'), read-only, inherited - onPause → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onpause'), @Experimental(), read-only, inherited
- onPlay → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onplay'), @Experimental(), read-only, inherited
- onPlaying → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onplaying'), @Experimental(), read-only, inherited
- onRateChange → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onratechange'), @Experimental(), read-only, inherited
- onReset → ElementStream<Event>
-
Stream of
reset
events handled by thisElement
.@DocsEditable(), @DomName('Element.onreset'), read-only, inherited - onResize → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onresize'), @Experimental(), read-only, inherited
- onScroll → ElementStream<Event>
-
Stream of
scroll
events handled by thisElement
.@DocsEditable(), @DomName('Element.onscroll'), read-only, inherited - onSearch → ElementStream<Event>
-
Stream of
search
events handled by thisElement
.@DocsEditable(), @DomName('Element.onsearch'), @Experimental(), read-only, inherited - onSeeked → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onseeked'), @Experimental(), read-only, inherited
- onSeeking → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onseeking'), @Experimental(), read-only, inherited
- onSelect → ElementStream<Event>
-
Stream of
select
events handled by thisElement
.@DocsEditable(), @DomName('Element.onselect'), read-only, inherited - onSelectStart → ElementStream<Event>
-
Stream of
selectstart
events handled by thisElement
.@DocsEditable(), @DomName('Element.onselectstart'), @Experimental(), read-only, inherited - onStalled → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onstalled'), @Experimental(), read-only, inherited
- onSubmit → ElementStream<Event>
-
Stream of
submit
events handled by thisElement
.@DocsEditable(), @DomName('Element.onsubmit'), read-only, inherited - onSuspend → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onsuspend'), @Experimental(), read-only, inherited
- onTimeUpdate → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.ontimeupdate'), @Experimental(), read-only, inherited
- onTouchCancel → ElementStream<TouchEvent>
-
Stream of
touchcancel
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontouchcancel'), @Experimental(), read-only, inherited - onTouchEnd → ElementStream<TouchEvent>
-
Stream of
touchend
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontouchend'), @Experimental(), read-only, inherited - onTouchEnter → ElementStream<TouchEvent>
-
Stream of
touchenter
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontouchenter'), @Experimental(), read-only, inherited - onTouchLeave → ElementStream<TouchEvent>
-
Stream of
touchleave
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontouchleave'), @Experimental(), read-only, inherited - onTouchMove → ElementStream<TouchEvent>
-
Stream of
touchmove
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontouchmove'), @Experimental(), read-only, inherited - onTouchStart → ElementStream<TouchEvent>
-
Stream of
touchstart
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontouchstart'), @Experimental(), read-only, inherited - onTransitionEnd → ElementStream<TransitionEvent>
-
Stream of
transitionend
events handled by thisElement
.@DocsEditable(), @DomName('Element.ontransitionend'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.FIREFOX), @SupportedBrowser(SupportedBrowser.IE, '10'), @SupportedBrowser(SupportedBrowser.SAFARI), read-only, inherited - onVolumeChange → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onvolumechange'), @Experimental(), read-only, inherited
- onWaiting → ElementStream<Event>
-
@DocsEditable(), @DomName('Element.onwaiting'), @Experimental(), read-only, inherited
- outerHtml → String
-
@DocsEditable(), @DomName('Element.outerHTML'), read-only, inherited
- ownerDocument → Document
-
The document this node belongs to.
@DocsEditable(), @DomName('Node.ownerDocument'), read-only, inherited - paddingEdge → CssRect
-
Access the dimensions and position of this element's content + padding box.
@Experimental(), read-only, inherited - parent → Element
-
The parent element of this node.
@DocsEditable(), @DomName('Node.parentElement'), read-only, inherited - parentNode → Node
-
The parent node of this node.
@DocsEditable(), @DomName('Node.parentNode'), read-only, inherited - pattern → String
-
@DomName('HTMLInputElement.pattern'), read / write, inherited
- placeholder → String
-
@DomName('HTMLInputElement.placeholder'), read / write, inherited
- previousElementSibling → Element
-
@DocsEditable(), @DomName('Element.previousElementSibling'), read-only, inherited
- previousNode → Node
-
The previous sibling node.
@DocsEditable(), @DomName('Node.previousSibling'), read-only, inherited - readOnly → bool
-
@DomName('HTMLInputElement.readOnly'), read / write, inherited
- required → bool
-
@DomName('HTMLInputElement.required'), read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited - scrollHeight → int
-
@DocsEditable(), @DomName('Element.scrollHeight'), read-only, inherited
- scrollLeft → int
-
@DocsEditable(), @DomName('Element.scrollLeft'), read / write, inherited
- scrollTop → int
-
@DocsEditable(), @DomName('Element.scrollTop'), read / write, inherited
- scrollWidth → int
-
@DocsEditable(), @DomName('Element.scrollWidth'), read-only, inherited
- selectionDirection → String
-
@DomName('HTMLInputElement.selectionDirection'), read / write, inherited
- selectionEnd → int
-
@DomName('HTMLInputElement.selectionEnd'), read / write, inherited
- selectionStart → int
-
@DomName('HTMLInputElement.selectionStart'), read / write, inherited
- shadowRoot → ShadowRoot
-
@DocsEditable(), @DomName('Element.shadowRoot'), @Experimental(), read-only, inherited
- size → int
-
@DomName('HTMLInputElement.size'), read / write, inherited
- slot → String
-
@DocsEditable(), @DomName('Element.slot'), @Experimental(), read / write, inherited
- spellcheck → bool
-
read / write, inherited
- style → CssStyleDeclaration
-
read-only, inherited
- tabIndex → int
-
read / write, inherited
- tagName → String
-
@DocsEditable(), @DomName('Element.tagName'), read-only, inherited
- text → String
-
All text within this node and its descendents.
@DocsEditable(), @DomName('Node.textContent'), read / write, inherited - title → String
-
read / write, inherited
- translate → bool
-
read / write, inherited
- treeRoot → Node
-
@DocsEditable(), @DomName('Node.treeRoot'), @Experimental(), read-only, inherited
- validationMessage → String
-
@DomName('HTMLInputElement.validationMessage'), read-only, inherited
- validity → ValidityState
-
@DomName('HTMLInputElement.validity'), read-only, inherited
- value → String
-
@DomName('HTMLInputElement.value'), read / write, inherited
- willValidate → bool
-
@DomName('HTMLInputElement.willValidate'), read-only, inherited
- xtag → dynamic
-
Experimental support for web components. This field stores a reference to the component implementation. It was inspired by Mozilla's x-tags project. Please note: in the future it may be possible to
extend Element
from your class, in which case this field will be deprecated.read / write, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
addEventListener(
String type, EventListener listener, [ bool useCapture ]) → void -
inherited
-
animate(
Iterable<Map<String, dynamic>> frames, [ timing ]) → Animation -
Creates a new AnimationEffect object whose target element is the object on which the method is called, and calls the play() method of the AnimationTimeline object of the document timeline of the node document of the element, passing the newly created AnimationEffect as the argument to the method. Returns an Animation for the effect.
@Experimental(), @SupportedBrowser(SupportedBrowser.CHROME, '36'), inherited -
append(
Node node) → Node -
Adds a node to the end of the child nodes list of this node.
@DocsEditable(), @DomName('Node.appendChild'), inherited -
appendHtml(
String text, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → void -
Parses the specified text as HTML and adds the resulting node after the last child of this element.
inherited -
appendText(
String text) → void -
Adds the specified text after the last child of this element.
inherited -
attached(
) → void -
Called by the DOM when this element has been inserted into the live document.
@Experimental(), inherited -
attachShadow(
Map shadowRootInitDict) → ShadowRoot -
@DocsEditable(), @DomName('Element.attachShadow'), @Experimental(), inherited
-
attributeChanged(
String name, String oldValue, String newValue) → void -
Called by the DOM whenever an attribute on this has been changed.
inherited -
blur(
) → void -
inherited
-
checkValidity(
) → bool -
@DomName('HTMLInputElement.checkValidity'), inherited
-
click(
) → void -
inherited
-
clone(
bool deep) → Node -
Returns a copy of this node.
@DocsEditable(), @DomName('Node.cloneNode'), inherited -
closest(
String selectors) → Element -
@DocsEditable(), @DomName('Element.closest'), @Experimental(), inherited
-
contains(
Node other) → bool -
Returns true if this node contains the specified node.
@DocsEditable(), @DomName('Node.contains'), inherited -
createFragment(
String html, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → DocumentFragment -
Create a DocumentFragment from the HTML fragment and ensure that it follows the sanitization rules specified by the validator or treeSanitizer.
inherited -
createShadowRoot(
) → ShadowRoot -
@DocsEditable(), @DomName('Element.createShadowRoot'), @Experimental(), @SupportedBrowser(SupportedBrowser.CHROME, '25'), inherited
-
detached(
) → void -
Called by the DOM when this element has been removed from the live document.
@Experimental(), inherited -
dispatchEvent(
Event event) → bool -
@DocsEditable(), @DomName('EventTarget.dispatchEvent'), inherited
-
enteredView(
) → void -
Deprecated*: override attached instead.
@Experimental(), inherited -
focus(
) → void -
inherited
-
getAnimations(
) → List<Animation> -
@DocsEditable(), @DomName('Element.getAnimations'), @Experimental(), inherited
-
getAttribute(
String name) → String -
@DocsEditable(), @DomName('Element.getAttribute'), @Experimental(), inherited
-
getAttributeNS(
String namespaceURI, String localName) → String -
@DocsEditable(), @DomName('Element.getAttributeNS'), @Experimental(), inherited
-
getBoundingClientRect(
) → Rectangle -
Returns the smallest bounding rectangle that encompasses this element's padding, scrollbar, and border.
@DocsEditable(), @DomName('Element.getBoundingClientRect'), inherited -
getClientRects(
) → List<Rectangle> -
Returns a list of bounding rectangles for each box associated with this element.
@DocsEditable(), @DomName('Element.getClientRects'), inherited -
getComputedStyle(
[String pseudoElement ]) → CssStyleDeclaration -
The set of all CSS values applied to this element, including inherited and default values.
inherited -
getDestinationInsertionPoints(
) → List<Node> -
Returns a list of shadow DOM insertion points to which this element is distributed.
@DocsEditable(), @DomName('Element.getDestinationInsertionPoints'), @Experimental(), inherited -
getElementsByClassName(
String classNames) → List<Node> -
Returns a list of nodes with the given class name inside this element.
@DocsEditable(), @DomName('Element.getElementsByClassName'), inherited -
getNamespacedAttributes(
String namespace) → Map<String, String> -
Gets a map for manipulating the attributes of a particular namespace.
inherited -
hasChildNodes(
) → bool -
Returns true if this node has any children.
@DocsEditable(), @DomName('Node.hasChildNodes'), inherited -
insertAdjacentElement(
String where, Element element) → Element -
@DocsEditable(), @DomName('Element.insertAdjacentElement'), @Experimental(), inherited
-
insertAdjacentHtml(
String where, String html, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → void -
Parses text as an HTML fragment and inserts it into the DOM at the specified location.
inherited -
insertAdjacentText(
String where, String text) → void -
@DocsEditable(), @DomName('Element.insertAdjacentText'), @Experimental(), inherited
-
insertAllBefore(
Iterable<Node> newNodes, Node refChild) → Node -
Inserts all of the nodes into this node directly before refChild.
inherited -
insertBefore(
Node node, Node child) → Node -
Inserts all of the nodes into this node directly before refChild.
@DocsEditable(), @DomName('Node.insertBefore'), inherited -
leftView(
) → void -
Deprecated*: override detached instead.
@Experimental(), inherited -
matches(
String selectors) → bool -
@DocsEditable(), @DomName('Element.matches'), @Experimental(), inherited
-
matchesWithAncestors(
String selectors) → bool -
Checks if this element or any of its parents match the CSS selectors.
@Experimental(), inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
offsetTo(
Element parent) → Point -
Provides the offset of this element's borderEdge relative to the specified
parent
.@Experimental(), inherited -
query(
String relativeSelectors) → Element -
Alias for querySelector. Note this function is deprecated because its semantics will be changing in the future.
@DomName('Element.querySelector'), @Experimental(), inherited -
queryAll(
String relativeSelectors) → ElementList<Element> -
Alias for querySelectorAll. Note this function is deprecated because its semantics will be changing in the future.
@DomName('Element.querySelectorAll'), @Experimental(), inherited -
querySelector(
String selectors) → Element -
Finds the first descendant element of this element that matches the specified group of selectors.
@DocsEditable(), @DomName('Element.querySelector'), inherited -
querySelectorAll(
String selectors) → ElementList<Element> -
Finds all descendent elements of this element that match the specified group of selectors.
@DomName('Element.querySelectorAll'), inherited -
remove(
) → void -
Removes this node from the DOM.
@DocsEditable(), @DomName('Element.remove'), inherited -
removeEventListener(
String type, EventListener listener, [ bool useCapture ]) → void -
inherited
-
replaceWith(
Node otherNode) → Node -
Replaces this node with another node.
@DomName('Node.replaceChild'), inherited -
requestFullscreen(
) → void -
@DocsEditable(), @DomName('Element.requestFullscreen'), @Experimental(), inherited
-
requestPointerLock(
) → void -
@DocsEditable(), @DomName('Element.requestPointerLock'), @Experimental(), inherited
-
scroll(
[options_OR_x, num y ]) → void -
inherited
-
scrollBy(
[options_OR_x, num y ]) → void -
inherited
-
scrollIntoView(
[ScrollAlignment alignment ]) → void -
Scrolls this element into view.
inherited -
scrollTo(
[options_OR_x, num y ]) → void -
inherited
-
select(
) → void -
@DomName('HTMLInputElement.select'), inherited
-
setApplyScroll(
ScrollStateCallback scrollStateCallback, String nativeScrollBehavior) → void -
@DocsEditable(), @DomName('Element.setApplyScroll'), @Experimental(), inherited
-
setAttribute(
String name, String value) → void -
@DocsEditable(), @DomName('Element.setAttribute'), inherited
-
setAttributeNS(
String namespaceURI, String name, String value) → void -
@DocsEditable(), @DomName('Element.setAttributeNS'), inherited
-
setCustomValidity(
String error) → void -
@DomName('HTMLInputElement.setCustomValidity'), inherited
-
setDistributeScroll(
ScrollStateCallback scrollStateCallback, String nativeScrollBehavior) → void -
@DocsEditable(), @DomName('Element.setDistributeScroll'), @Experimental(), inherited
-
setInnerHtml(
String html, { NodeValidator validator, NodeTreeSanitizer treeSanitizer }) → void -
Parses the HTML fragment and sets it as the contents of this element. This ensures that the generated content follows the sanitization rules specified by the validator or treeSanitizer.
inherited -
setSelectionRange(
int start, int end, [ String direction ]) → void -
@DomName('HTMLInputElement.setSelectionRange'), inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited