IterableDomElementExtension<E extends Element> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
addClass(
String clazz) → void -
Available on Iterable<
Adds a class to all elements of this Iterable of Elements.E> , provided by the IterableDomElementExtension extension -
removeClass(
String clazz) → void -
Available on Iterable<
Removes a class from all elements of this Iterable of Elements.E> , provided by the IterableDomElementExtension extension -
whithClass(
String clazz) → List< E> -
Available on Iterable<
Filter elements withE> , provided by the IterableDomElementExtension extensionclazz
. -
whithClasses(
List< String> classes) → List<E> -
Available on Iterable<
Filter elements with allE> , provided by the IterableDomElementExtension extensionclasses
. -
withID(
String id) → List< E> -
Available on Iterable<
Filter elements withE> , provided by the IterableDomElementExtension extensionid
.