Ajocado Implementation 1.0.0.Alpha2

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
AjaxWaiting.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(T oldValue, JavaScriptRetriever<T> retriever)
          Waits until Retrieve's implementation doesn't retrieve value other than oldValue.
<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
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
 


Ajocado Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.