Class DefaultComponentList<COMPONENT extends AbstractComponent<COMPONENT>>
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.AbstractUiElementList<COMPONENT>
-
- eu.tsystems.mms.tic.testframework.pageobjects.DefaultComponentList<COMPONENT>
-
- All Implemented Interfaces:
UiElementList<COMPONENT>,java.lang.Iterable<COMPONENT>,java.util.Iterator<COMPONENT>
public class DefaultComponentList<COMPONENT extends AbstractComponent<COMPONENT>> extends AbstractUiElementList<COMPONENT>
-
-
Constructor Summary
Constructors Constructor Description DefaultComponentList(COMPONENT component)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COMPONENTget(int i)-
Methods inherited from class eu.tsystems.mms.tic.testframework.pageobjects.internal.AbstractUiElementList
hasNext, isEmpty, iterator, next, size
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.UiElementList
first, last, stream
-
-
-
-
Constructor Detail
-
DefaultComponentList
public DefaultComponentList(COMPONENT component)
-
-
Method Detail
-
get
public COMPONENT get(int i)
- Specified by:
getin interfaceUiElementList<COMPONENT extends AbstractComponent<COMPONENT>>- Specified by:
getin classAbstractUiElementList<COMPONENT extends AbstractComponent<COMPONENT>>
-
-