Uses of Class
org.uitnet.testing.smartfwk.ui.core.commons.UIObjectType
-
Uses of UIObjectType in org.uitnet.testing.smartfwk.ui.core.commons
Methods in org.uitnet.testing.smartfwk.ui.core.commons that return UIObjectType Modifier and Type Method Description static UIObjectTypeUIObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static UIObjectType[]UIObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UIObjectType in org.uitnet.testing.smartfwk.ui.core.objects
Fields in org.uitnet.testing.smartfwk.ui.core.objects declared as UIObjectType Modifier and Type Field Description protected UIObjectTypeUIObject. uiObjectTypeMethods in org.uitnet.testing.smartfwk.ui.core.objects that return UIObjectType Modifier and Type Method Description UIObjectTypeUIObject. getType()UIObjectTypeUIObjectValidator. geUIObjectType()Constructors in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type UIObjectType Constructor Description DOMObject(UIObjectType elemType, String displayName, String xpath)DOMObject(UIObjectType elemType, String displayName, Map<String,Locator> platFormLocators)ImageObject(UIObjectType elemType, String displayName, String image)UIObject(LocatorType locatorType, UIObjectType type, String displayName) -
Uses of UIObjectType in org.uitnet.testing.smartfwk.ui.core.objects.logon
Methods in org.uitnet.testing.smartfwk.ui.core.objects.logon that return UIObjectType Modifier and Type Method Description UIObjectTypeLoginSuccessPageValidator. geUIObjectType() -
Uses of UIObjectType in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as UIObjectType Modifier and Type Field Description protected UIObjectTypeDataGridSI. uiObjectTypeMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return UIObjectType Modifier and Type Method Description UIObjectTypeDataGridSI. getUiObjectType()