Class DefaultUiElementList
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.internal.AbstractUiElementList<UiElement>
-
- eu.tsystems.mms.tic.testframework.pageobjects.DefaultUiElementList
-
- All Implemented Interfaces:
UiElementList<UiElement>,java.lang.Iterable<UiElement>,java.util.Iterator<UiElement>
public class DefaultUiElementList extends AbstractUiElementList<UiElement>
-
-
Constructor Summary
Constructors Constructor Description DefaultUiElementList(GuiElement guiElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiElementget(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
-
DefaultUiElementList
public DefaultUiElementList(GuiElement guiElement)
-
-
Method Detail
-
get
public UiElement get(int i)
- Specified by:
getin interfaceUiElementList<UiElement>- Specified by:
getin classAbstractUiElementList<UiElement>
-
-