Ajocado Implementation 1.0.0.Alpha2

org.jboss.arquillian.ajocado.locator.iteration
Class ChildElementList<T extends IterableLocator<T>>

java.lang.Object
  extended by org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList<T>
      extended by org.jboss.arquillian.ajocado.locator.iteration.ChildElementList<T>
Type Parameters:
T - the IterableLocator implementation
All Implemented Interfaces:
Iterable<T>

public class ChildElementList<T extends IterableLocator<T>>
extends AbstractElementList<T>

Able to iterate over direct childs of given locator.

In opposite to ElementOcurrenceList, it returns only direct descendants of given expression.

Version:
$Revision$
Author:
Lukas Fryc
See Also:
AbstractElementList

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList
AbstractElementList.ElementIterator
 
Field Summary
 
Fields inherited from class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList
selenium
 
Constructor Summary
ChildElementList(T iterableLocator)
          Instantiates a new child element list.
 
Method Summary
 
Methods inherited from class org.jboss.arquillian.ajocado.locator.iteration.AbstractElementList
iterator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildElementList

public ChildElementList(T iterableLocator)
Instantiates a new child element list.

Parameters:
iterableLocator - the iterable locator

Ajocado Implementation 1.0.0.Alpha2

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