Uses of Interface
org.fluentlenium.core.inject.ContainerContext
-
Packages that use ContainerContext Package Description org.fluentlenium.core org.fluentlenium.core.domain org.fluentlenium.core.inject -
-
Uses of ContainerContext in org.fluentlenium.core
Methods in org.fluentlenium.core that return ContainerContext Modifier and Type Method Description ContainerContextFluentControlImpl. inject(java.lang.Object container)ContainerContextFluentDriver. inject(java.lang.Object container)ContainerContextFluentControlImpl. injectComponent(java.lang.Object componentContainer, java.lang.Object parentContainer, org.openqa.selenium.SearchContext context)ContainerContextFluentDriver. injectComponent(java.lang.Object componentContainer, java.lang.Object parentContainer, org.openqa.selenium.SearchContext searchContext) -
Uses of ContainerContext in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain that return ContainerContext Modifier and Type Method Description ContainerContextFluentWebElement. inject(java.lang.Object container)ContainerContextFluentWebElement. injectComponent(java.lang.Object componentContainer, java.lang.Object parentContainer, org.openqa.selenium.SearchContext context) -
Uses of ContainerContext in org.fluentlenium.core.inject
Classes in org.fluentlenium.core.inject that implement ContainerContext Modifier and Type Class Description classDefaultContainerContextContext for a containerMethods in org.fluentlenium.core.inject that return ContainerContext Modifier and Type Method Description ContainerContextContainerContext. getParent()Get the parent context.ContainerContextDefaultContainerContext. getParent()ContainerContextFluentInjectControl. inject(java.lang.Object container)Inject object with FluentLenium resources.ContainerContextFluentInjector. inject(java.lang.Object container)ContainerContextFluentInjectControl. injectComponent(java.lang.Object componentContainer, java.lang.Object parentContainer, org.openqa.selenium.SearchContext context)Inject object with FluentLenium resources, using given search context and parent container.ContainerContextFluentInjector. injectComponent(java.lang.Object componentContainer, java.lang.Object parentContainer, org.openqa.selenium.SearchContext searchContext)Methods in org.fluentlenium.core.inject with parameters of type ContainerContext Modifier and Type Method Description <T> TContainerInstantiator. newInstance(java.lang.Class<T> cls, ContainerContext context)Creates a new instance of a container class and inject it.<T> TDefaultContainerInstantiator. newInstance(java.lang.Class<T> cls, ContainerContext context)voidContainerFluentControl. setContext(ContainerContext context)Define the container context of this container fluent control interface.Constructors in org.fluentlenium.core.inject with parameters of type ContainerContext Constructor Description ContainerFluentControl(FluentControl adapterControl, ContainerContext context)Creates a new container fluent control.DefaultContainerContext(java.lang.Object container, ContainerContext parentContext, org.openqa.selenium.SearchContext searchContext)Creates a new container context, with a parent context and a search context
-