Class Layout
- java.lang.Object
-
- eu.tsystems.mms.tic.testframework.pageobjects.layout.Layout
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.layout.ILayout
ILayout.LayoutBorders
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ILayoutabove(UiElement distanceGE)Deprecated.ILayoutbelow(UiElement distanceGE)Deprecated.ILayout.LayoutBordersgetElementLayoutBorders(UiElement guiElement)Deprecated.static ILayoutinner()Deprecated.ILayoutleftOf(UiElement distanceGE)Deprecated.static ILayoutouter()Deprecated.ILayoutrightOf(UiElement distanceGE)Deprecated.ILayoutsameBottom(UiElement distanceGE, int delta)Deprecated.ILayoutsameLeft(UiElement distanceGE, int delta)Deprecated.ILayoutsameRight(UiElement distanceGE, int delta)Deprecated.ILayoutsameTop(UiElement distanceGE, int delta)Deprecated.java.lang.StringtoString()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface eu.tsystems.mms.tic.testframework.pageobjects.layout.ILayout
checkOn, toStringText
-
-
-
-
Method Detail
-
inner
public static ILayout inner()
Deprecated.
-
outer
public static ILayout outer()
Deprecated.
-
getElementLayoutBorders
public ILayout.LayoutBorders getElementLayoutBorders(UiElement guiElement)
Deprecated.- Specified by:
getElementLayoutBordersin interfaceILayout
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
sameBottom
public ILayout sameBottom(UiElement distanceGE, int delta)
Deprecated.- Specified by:
sameBottomin interfaceILayout
-
-