Uses of Class
org.uitnet.testing.smartfwk.ui.core.commons.LocatorType
-
-
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.commons
Methods in org.uitnet.testing.smartfwk.ui.core.commons that return LocatorType Modifier and Type Method Description static LocatorTypeLocatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocatorType[]LocatorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects
Fields in org.uitnet.testing.smartfwk.ui.core.objects declared as LocatorType Modifier and Type Field Description protected LocatorTypeUIObject. locatorTypeMethods in org.uitnet.testing.smartfwk.ui.core.objects that return LocatorType Modifier and Type Method Description LocatorTypeUIObject. getLocatorType()Constructors in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type LocatorType Constructor Description UIObject(LocatorType locatorType, UIObjectType type, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.accordion
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.accordion with parameters of type LocatorType Constructor Description Accordion(LocatorType locatorType, String displayName)Section(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.button
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.button with parameters of type LocatorType Constructor Description Button(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.checkbox
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.checkbox with parameters of type LocatorType Constructor Description CheckBox(LocatorType locatorType, String displayName)CheckBoxGroup(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.choices
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.choices with parameters of type LocatorType Constructor Description Choices(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.combobox
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.combobox with parameters of type LocatorType Constructor Description ComboBox(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.datetime
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.datetime with parameters of type LocatorType Constructor Description DateItem(LocatorType locatorType, String displayName)DateTimeItem(LocatorType locatorType, String displayName)TimeItem(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.file
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.file with parameters of type LocatorType Constructor Description InputFile(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.image
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.image with parameters of type LocatorType Constructor Description Image(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.label
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.label with parameters of type LocatorType Constructor Description Label(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.link
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.link with parameters of type LocatorType Constructor Description Hyperlink(LocatorType locatorType, String displayName)WebURL(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.listbox
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.listbox with parameters of type LocatorType Constructor Description ListBox(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.menuitem
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.menuitem with parameters of type LocatorType Constructor Description MenuItem(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.multi_state
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.multi_state with parameters of type LocatorType Constructor Description MultiStateElement(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.radio
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.radio with parameters of type LocatorType Constructor Description RadioButton(LocatorType locatorType, String displayName)RadioButtonGroup(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.scrollbar
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.scrollbar with parameters of type LocatorType Constructor Description Scrollbar(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.tab
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.tab with parameters of type LocatorType Constructor Description Tab(LocatorType locatorType, String displayName)TabSheet(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.text
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.text with parameters of type LocatorType Constructor Description Text(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.textarea
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.textarea with parameters of type LocatorType Constructor Description TextArea(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.textbox
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.textbox with parameters of type LocatorType Constructor Description TextBox(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.core.objects.toolstrip
Constructors in org.uitnet.testing.smartfwk.ui.core.objects.toolstrip with parameters of type LocatorType Constructor Description ToolStrip(LocatorType locatorType, String displayName) -
Uses of LocatorType in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid
Fields in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid declared as LocatorType Modifier and Type Field Description protected LocatorTypeDataGridSI. locatorTypeMethods in org.uitnet.testing.smartfwk.ui.standard.imgobj.datagrid that return LocatorType Modifier and Type Method Description LocatorTypeDataGridSI. getLocatorType()
-