ElementList abstract class

An immutable list containing HTML elements. This list contains some additional methods when compared to regular lists for ease of CSS manipulation on a group of elements.

Inheritance

Constructors

ElementList()

Properties

borderEdgeCssRect
@Experimental(), read-only

Access dimensions and position of the first Element's content + padding + border box in this list.

classesCssClassSet
read / write

The union of all CSS classes applied to the elements in this list.

contentEdgeCssRect
@Experimental(), read-only

Access dimensions and position of the Elements in this list.

marginEdgeCssRect
@Experimental(), read-only

Access dimensions and position of the first Element's content + padding + border + margin box in this list.

onAbortElementStream<Event>
@DocsEditable(), @DomName('Element.onabort'), read-only

Stream of abort events handled by this Element.

onBeforeCopyElementStream<Event>
@DocsEditable(), @DomName('Element.onbeforecopy'), read-only

Stream of beforecopy events handled by this Element.

onBeforeCutElementStream<Event>
@DocsEditable(), @DomName('Element.onbeforecut'), read-only

Stream of beforecut events handled by this Element.

onBeforePasteElementStream<Event>
@DocsEditable(), @DomName('Element.onbeforepaste'), read-only

Stream of beforepaste events handled by this Element.

onBlurElementStream<Event>
@DocsEditable(), @DomName('Element.onblur'), read-only

Stream of blur events handled by this Element.

onCanPlayElementStream<Event>
@DocsEditable(), @DomName('Element.oncanplay'), @Experimental(), read-only
onCanPlayThroughElementStream<Event>
@DocsEditable(), @DomName('Element.oncanplaythrough'), @Experimental(), read-only
onChangeElementStream<Event>
@DocsEditable(), @DomName('Element.onchange'), read-only

Stream of change events handled by this Element.

onClickElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onclick'), read-only

Stream of click events handled by this Element.

onContextMenuElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.oncontextmenu'), read-only

Stream of contextmenu events handled by this Element.

onCopyElementStream<ClipboardEvent>
@DocsEditable(), @DomName('Element.oncopy'), read-only

Stream of copy events handled by this Element.

onCutElementStream<ClipboardEvent>
@DocsEditable(), @DomName('Element.oncut'), read-only

Stream of cut events handled by this Element.

onDoubleClickElementStream<Event>
@DocsEditable(), @DomName('Element.ondblclick'), read-only

Stream of doubleclick events handled by this Element.

onDragElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondrag'), read-only

A stream of drag events fired when this element currently being dragged.

onDragEndElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondragend'), read-only

A stream of dragend events fired when this element completes a drag operation.

onDragEnterElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondragenter'), read-only

A stream of dragenter events fired when a dragged object is first dragged over this element.

onDragLeaveElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondragleave'), read-only

A stream of dragleave events fired when an object being dragged over this element leaves this element's target area.

onDragOverElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondragover'), read-only

A stream of dragover events fired when a dragged object is currently being dragged over this element.

onDragStartElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondragstart'), read-only

A stream of dragstart events fired when this element starts being dragged.

onDropElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.ondrop'), read-only

A stream of drop events fired when a dragged object is dropped on this element.

onDurationChangeElementStream<Event>
@DocsEditable(), @DomName('Element.ondurationchange'), @Experimental(), read-only
onEmptiedElementStream<Event>
@DocsEditable(), @DomName('Element.onemptied'), @Experimental(), read-only
onEndedElementStream<Event>
@DocsEditable(), @DomName('Element.onended'), @Experimental(), read-only
onErrorElementStream<Event>
@DocsEditable(), @DomName('Element.onerror'), read-only

Stream of error events handled by this Element.

onFocusElementStream<Event>
@DocsEditable(), @DomName('Element.onfocus'), read-only

Stream of focus events handled by this Element.

onFullscreenChangeElementStream<Event>
@DocsEditable(), @DomName('Element.onwebkitfullscreenchange'), @Experimental(), read-only

Stream of fullscreenchange events handled by this Element.

onFullscreenErrorElementStream<Event>
@DocsEditable(), @DomName('Element.onwebkitfullscreenerror'), @Experimental(), read-only

Stream of fullscreenerror events handled by this Element.

onInputElementStream<Event>
@DocsEditable(), @DomName('Element.oninput'), read-only

Stream of input events handled by this Element.

onInvalidElementStream<Event>
@DocsEditable(), @DomName('Element.oninvalid'), read-only

Stream of invalid events handled by this Element.

onKeyDownElementStream<KeyboardEvent>
@DocsEditable(), @DomName('Element.onkeydown'), read-only

Stream of keydown events handled by this Element.

onKeyPressElementStream<KeyboardEvent>
@DocsEditable(), @DomName('Element.onkeypress'), read-only

Stream of keypress events handled by this Element.

onKeyUpElementStream<KeyboardEvent>
@DocsEditable(), @DomName('Element.onkeyup'), read-only

Stream of keyup events handled by this Element.

onLoadElementStream<Event>
@DocsEditable(), @DomName('Element.onload'), read-only

Stream of load events handled by this Element.

onLoadedDataElementStream<Event>
@DocsEditable(), @DomName('Element.onloadeddata'), @Experimental(), read-only
onLoadedMetadataElementStream<Event>
@DocsEditable(), @DomName('Element.onloadedmetadata'), @Experimental(), read-only
onMouseDownElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmousedown'), read-only

Stream of mousedown events handled by this Element.

onMouseEnterElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmouseenter'), @Experimental(), read-only

Stream of mouseenter events handled by this Element.

onMouseLeaveElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmouseleave'), @Experimental(), read-only

Stream of mouseleave events handled by this Element.

onMouseMoveElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmousemove'), read-only

Stream of mousemove events handled by this Element.

onMouseOutElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmouseout'), read-only

Stream of mouseout events handled by this Element.

onMouseOverElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmouseover'), read-only

Stream of mouseover events handled by this Element.

onMouseUpElementStream<MouseEvent>
@DocsEditable(), @DomName('Element.onmouseup'), read-only

Stream of mouseup events handled by this Element.

onMouseWheelElementStream<WheelEvent>
@DocsEditable(), @DomName('Element.onmousewheel'), @Experimental(), read-only

Stream of mousewheel events handled by this Element.

onPasteElementStream<ClipboardEvent>
@DocsEditable(), @DomName('Element.onpaste'), read-only

Stream of paste events handled by this Element.

onPauseElementStream<Event>
@DocsEditable(), @DomName('Element.onpause'), @Experimental(), read-only
onPlayElementStream<Event>
@DocsEditable(), @DomName('Element.onplay'), @Experimental(), read-only
onPlayingElementStream<Event>
@DocsEditable(), @DomName('Element.onplaying'), @Experimental(), read-only
onRateChangeElementStream<Event>
@DocsEditable(), @DomName('Element.onratechange'), @Experimental(), read-only
onResetElementStream<Event>
@DocsEditable(), @DomName('Element.onreset'), read-only

Stream of reset events handled by this Element.

onResizeElementStream<Event>
@DocsEditable(), @DomName('Element.onresize'), @Experimental(), read-only
onScrollElementStream<Event>
@DocsEditable(), @DomName('Element.onscroll'), read-only

Stream of scroll events handled by this Element.

onSearchElementStream<Event>
@DocsEditable(), @DomName('Element.onsearch'), @Experimental(), read-only

Stream of search events handled by this Element.

onSeekedElementStream<Event>
@DocsEditable(), @DomName('Element.onseeked'), @Experimental(), read-only
onSeekingElementStream<Event>
@DocsEditable(), @DomName('Element.onseeking'), @Experimental(), read-only
onSelectElementStream<Event>
@DocsEditable(), @DomName('Element.onselect'), read-only

Stream of select events handled by this Element.

onSelectStartElementStream<Event>
@DocsEditable(), @DomName('Element.onselectstart'), @Experimental(), read-only

Stream of selectstart events handled by this Element.

onStalledElementStream<Event>
@DocsEditable(), @DomName('Element.onstalled'), @Experimental(), read-only
onSubmitElementStream<Event>
@DocsEditable(), @DomName('Element.onsubmit'), read-only

Stream of submit events handled by this Element.

onSuspendElementStream<Event>
@DocsEditable(), @DomName('Element.onsuspend'), @Experimental(), read-only
onTimeUpdateElementStream<Event>
@DocsEditable(), @DomName('Element.ontimeupdate'), @Experimental(), read-only
onTouchCancelElementStream<TouchEvent>
@DocsEditable(), @DomName('Element.ontouchcancel'), @Experimental(), read-only

Stream of touchcancel events handled by this Element.

onTouchEndElementStream<TouchEvent>
@DocsEditable(), @DomName('Element.ontouchend'), @Experimental(), read-only

Stream of touchend events handled by this Element.

onTouchEnterElementStream<TouchEvent>
@DocsEditable(), @DomName('Element.ontouchenter'), @Experimental(), read-only

Stream of touchenter events handled by this Element.

onTouchLeaveElementStream<TouchEvent>
@DocsEditable(), @DomName('Element.ontouchleave'), @Experimental(), read-only

Stream of touchleave events handled by this Element.

onTouchMoveElementStream<TouchEvent>
@DocsEditable(), @DomName('Element.ontouchmove'), @Experimental(), read-only

Stream of touchmove events handled by this Element.

onTouchStartElementStream<TouchEvent>
@DocsEditable(), @DomName('Element.ontouchstart'), @Experimental(), read-only

Stream of touchstart events handled by this Element.

onTransitionEndElementStream<TransitionEvent>
@DocsEditable(), @DomName('Element.ontransitionend'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.FIREFOX), @SupportedBrowser(SupportedBrowser.IE, '10'), @SupportedBrowser(SupportedBrowser.SAFARI), read-only

Stream of transitionend events handled by this Element.

onVolumeChangeElementStream<Event>
@DocsEditable(), @DomName('Element.onvolumechange'), @Experimental(), read-only
onWaitingElementStream<Event>
@DocsEditable(), @DomName('Element.onwaiting'), @Experimental(), read-only
paddingEdgeCssRect
@Experimental(), read-only

Access dimensions and position of the first Element's content + padding box in this list.

styleCssStyleDeclarationBase
read-only

Access the union of all CssStyleDeclarations that are associated with an ElementList.

first → T
read-only, inherited
hashCodeint
read-only, inherited

The hash code for this object.

isEmptybool
read-only, inherited
isNotEmptybool
read-only, inherited
iteratorIterator<T>
read-only, inherited
last → T
read-only, inherited
lengthint
read / write, inherited

Returns the number of objects in this list.

reversedIterable<T>
read-only, inherited
runtimeTypeType
read-only, inherited

A representation of the runtime type of the object.

single → T
read-only, inherited

Operators

operator ==(other) → bool
inherited

The equality operator.

operator [](int index) → T
inherited

Returns the object at the given index in the list or throws a RangeError if index is out of bounds.

operator []=(int index, T value) → void
inherited

Sets the value at the given index in the list to value or throws a RangeError if index is out of bounds.

Methods

add(T element) → void
inherited

Adds value to the end of this list, extending the length by one.

addAll(Iterable<T> iterable) → void
inherited

Appends all objects of iterable to the end of this list.

any(bool test(E element)) → bool
inherited

Checks whether any element of this iterable satisfies test.

asMap() → Map<int, T>
inherited

Returns an unmodifiable Map view of this.

clear() → void
inherited

Removes all objects from this list; the length of the list becomes zero.

contains(Object element) → bool
inherited

Returns true if the collection contains an element equal to element.

elementAt(int index) → T
inherited

Returns the indexth element.

every(bool test(E element)) → bool
inherited

Checks whether every element of this iterable satisfies test.

expand<T>(Iterable<T> f(E element)) → Iterable<T>
inherited

Expands each element of this Iterable into zero or more elements.

fillRange(int start, int end, [ T fill ]) → void
inherited

Sets the objects in the range start inclusive to end exclusive to the given fillValue.

firstWhere(bool test(E element), { T orElse() }) → T
inherited

Returns the first element that satisfies the given predicate test.

fold<T>(T initialValue, T combine(T previousValue, E element)) → T
inherited

Reduces a collection to a single value by iteratively combining each element of the collection with an existing value

forEach(void action(E element)) → void
inherited

Applies the function f to each element of this collection in iteration order.

getRange(int start, int end) → Iterable<T>
inherited

Returns an Iterable that iterates over the objects in the range start inclusive to end exclusive.

indexOf(Object element, [ int startIndex = 0 ]) → int
inherited

Returns the first index of element in this list.

insert(int index, T element) → void
inherited

Inserts the object at position index in this list.

insertAll(int index, Iterable<T> iterable) → void
inherited

Inserts all objects of iterable at position index in this list.

join([String separator = "" ]) → String
inherited

Converts each element to a String and concatenates the strings.

lastIndexOf(Object element, [ int startIndex ]) → int
inherited

Returns the last index in the list a of the given element, starting the search at index startIndex to 0. Returns -1 if element is not found.

lastWhere(bool test(E element), { T orElse() }) → T
inherited

Returns the last element that satisfies the given predicate test.

map<T>(T f(E element)) → Iterable<T>
inherited

Returns a new lazy Iterable with elements that are created by calling f on each element of this Iterable in iteration order.

noSuchMethod(Invocation invocation) → dynamic
inherited

Invoked when a non-existent method or property is accessed.

reduce(T combine(E previousValue, E element)) → T
inherited

Reduces a collection to a single value by iteratively combining elements of the collection using the provided function.

remove(Object element) → bool
inherited

Removes the first occurrence of value from this list.

removeAt(int index) → T
inherited

Removes the object at position index from this list.

removeLast() → T
inherited

Pops and returns the last object in this list.

removeRange(int start, int end) → void
inherited

Removes the objects in the range start inclusive to end exclusive.

removeWhere(bool test(E element)) → void
inherited

Removes all objects from this list that satisfy test.

replaceRange(int start, int end, Iterable<T> newContents) → void
inherited

Removes the objects in the range start inclusive to end exclusive and inserts the contents of replacement in its place.

retainWhere(bool test(E element)) → void
inherited

Removes all objects from this list that fail to satisfy test.

setAll(int index, Iterable<T> iterable) → void
inherited

Overwrites objects of this with the objects of iterable, starting at position index in this list.

setRange(int start, int end, Iterable<T> iterable, [ int skipCount = 0 ]) → void
inherited

Copies the objects of iterable, skipping skipCount objects first, into the range start, inclusive, to end, exclusive, of the list.

shuffle([Random random ]) → void
inherited

Shuffles the elements of this list randomly.

singleWhere(bool test(E element)) → T
inherited

Returns the single element that satisfies test.

skip(int count) → Iterable<T>
inherited

Returns an Iterable that provides all but the first count elements.

skipWhile(bool test(E element)) → Iterable<T>
inherited

Returns an Iterable that skips leading elements while test is satisfied.

sort([int compare(E a, E b) ]) → void
inherited

Sorts this list according to the order specified by the compare function.

sublist(int start, [ int end ]) → List<T>
inherited

Returns a new list containing the objects from start inclusive to end exclusive.

take(int count) → Iterable<T>
inherited

Returns a lazy iterable of the count first elements of this iterable.

takeWhile(bool test(E element)) → Iterable<T>
inherited

Returns a lazy iterable of the leading elements satisfying test.

toList({bool growable: true }) → List<T>
inherited

Creates a List containing the elements of this Iterable.

toSet() → Set<T>
inherited

Creates a Set containing the same elements as this iterable.

toString() → String
inherited

Returns a string representation of this object.

where(bool test(E element)) → Iterable<T>
inherited

Returns a new lazy Iterable with all elements that satisfy the predicate test.

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/ElementList-class.html