Uses of Class
org.fluentlenium.core.domain.ListImpl
-
Packages that use ListImpl Package Description org.fluentlenium.core.components org.fluentlenium.core.domain -
-
Uses of ListImpl in org.fluentlenium.core.components
Subclasses of ListImpl in org.fluentlenium.core.components Modifier and Type Class Description classLazyComponentList<T>A list of component that lazy initialize from it's related list of elements. -
Uses of ListImpl in org.fluentlenium.core.domain
Subclasses of ListImpl in org.fluentlenium.core.domain Modifier and Type Class Description classComponentList<T>List of Component.classDelegatingList<T>List that delegates to another listclassFluentListImpl<E extends FluentWebElement>Map the list to a FluentList in order to offers some events like click(), submit(), value() ...
-