Uses of Interface
org.fluentlenium.core.components.LazyComponents
-
Packages that use LazyComponents Package Description org.fluentlenium.core.components org.fluentlenium.core.domain -
-
Uses of LazyComponents in org.fluentlenium.core.components
Classes in org.fluentlenium.core.components that implement LazyComponents Modifier and Type Class Description classLazyComponentList<T>A list of component that lazy initialize from it's related list of elements. -
Uses of LazyComponents in org.fluentlenium.core.domain
Classes in org.fluentlenium.core.domain that implement LazyComponents Modifier and Type Class Description classComponentList<T>List of Component.classFluentListImpl<E extends FluentWebElement>Map the list to a FluentList in order to offers some events like click(), submit(), value() ...classNotLazyComponentsImplementation ofLazyComponentsfor a non lazy components wrapper.
-