Graphene Implementation 1.0.0.CR3

Uses of Interface
org.jboss.arquillian.ajocado.waiting.ajax.JavaScriptRetriever

Packages that use JavaScriptRetriever
org.jboss.arquillian.ajocado.waiting.ajax   
org.jboss.arquillian.ajocado.waiting.retrievers   
 

Uses of JavaScriptRetriever in org.jboss.arquillian.ajocado.waiting.ajax
 

Methods in org.jboss.arquillian.ajocado.waiting.ajax with parameters of type JavaScriptRetriever
<T> void
DefaultAjaxWaiting.waitForChange(JavaScriptRetriever<T> retriever)
           Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
<T> void
AjaxWaiting.waitForChange(JavaScriptRetriever<T> retriever)
           Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
<T> void
DefaultAjaxWaiting.waitForChange(T oldValue, JavaScriptRetriever<T> retriever)
          Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
<T> void
AjaxWaiting.waitForChange(T oldValue, JavaScriptRetriever<T> retriever)
          Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
<T> T
DefaultAjaxWaiting.waitForChangeAndReturn(JavaScriptRetriever<T> retriever)
           Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
<T> T
AjaxWaiting.waitForChangeAndReturn(JavaScriptRetriever<T> retriever)
           Waits until Retrieve's implementation doesn't retrieve value other than value stored by initialization in retriever.
<T> T
DefaultAjaxWaiting.waitForChangeAndReturn(T oldValue, JavaScriptRetriever<T> retriever)
          Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
<T> T
AjaxWaiting.waitForChangeAndReturn(T oldValue, JavaScriptRetriever<T> retriever)
          Waits until Retrieve's implementation doesn't retrieve value other than oldValue and this new value returns.
 

Uses of JavaScriptRetriever in org.jboss.arquillian.ajocado.waiting.retrievers
 

Subinterfaces of JavaScriptRetriever in org.jboss.arquillian.ajocado.waiting.retrievers
 interface Retriever<T>
          Composes all types able to retrieve typed object from page.
 

Classes in org.jboss.arquillian.ajocado.waiting.retrievers that implement JavaScriptRetriever
 class AttributeRetriever
          Retrieves the attribute with given attributeLocator.
 class TextRetriever
          Retrieves the text for given elementLocator
 


Graphene Implementation 1.0.0.CR3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.