org.jboss.arquillian.ajocado.locator.iteration
Class AbstractElementList<T extends IterableLocator<T>>
java.lang.Object
org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList<T>
- Type Parameters:
T - the IterableLocator implementation
- All Implemented Interfaces:
- Iterable<T>
- Direct Known Subclasses:
- ChildElementList, ElementOcurrenceList
public abstract class AbstractElementList<T extends IterableLocator<T>>
- extends Object
- implements Iterable<T>
Abstract class able to iterate over IterableLocator<T>.
Encapsulates the functionality around the iterating over IterableLocators.
- Version:
- $Revision$
- Author:
- Lukas Fryc
- See Also:
ChildElementList,
ElementOcurrenceList
|
Constructor Summary |
AbstractElementList(T iterableLocator)
Instantiates a new abstract element list for given iterableLocator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selenium
protected AjaxSelenium selenium
- Proxy to local selenium instance
AbstractElementList
public AbstractElementList(T iterableLocator)
- Instantiates a new abstract element list for given iterableLocator.
- Parameters:
iterableLocator - the iterable locator
iterator
public Iterator<T> iterator()
- Specified by:
iterator in interface Iterable<T extends IterableLocator<T>>
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.