Class UIObject
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
- Direct Known Subclasses:
Accordion,Button,CheckBox,CheckBoxGroup,Choices,ComboBox,DateItem,DateTimeItem,DOMObject,Hyperlink,Image,ImageObject,Label,ListBox,MenuItem,RadioButton,RadioButtonGroup,Section,Tab,TabSheet,TextArea,TextBox,TimeItem,ToolStrip,WebURL
public abstract class UIObject extends Object
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected StringdisplayNameprotected LocatorTypelocatorTypeprotected UIObjectTypeuiObjectType -
Constructor Summary
Constructors Constructor Description UIObject(LocatorType locatorType, UIObjectType type, String displayName) -
Method Summary
Modifier and Type Method Description abstract UIObjectclone()StringgetDisplayName()LocatorTypegetLocatorType()UIObjectTypegetType()abstract UIObjectValidatorgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)abstract UIObjectupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String value)
-
Field Details
-
locatorType
-
uiObjectType
-
displayName
-
-
Constructor Details
-
UIObject
-
-
Method Details
-
getLocatorType
-
getType
-
getDisplayName
-
clone
-
updateLocatorParameterWithValue
-
getValidator
public abstract UIObjectValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
-