Class CheckBoxSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.checkbox.CheckBox
org.uitnet.testing.smartfwk.ui.standard.imgobj.CheckBoxSI
public class CheckBoxSI extends CheckBox
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected StringcheckBoxImgprotected ObjectLocationcheckBoxImgLocationFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description CheckBoxSI(String displayName, String checkBoxImg, ObjectLocation checkBoxImgLocation) -
Method Summary
Modifier and Type Method Description CheckBoxSIclone()StringgetCheckBoxImage()ObjectLocationgetCheckBoxImageLocation()CheckBoxValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)CheckBoxSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
checkBoxImg
-
checkBoxImgLocation
-
-
Constructor Details
-
CheckBoxSI
-
-
Method Details
-
getCheckBoxImage
-
getCheckBoxImageLocation
-
getValidator
- Specified by:
getValidatorin classCheckBox
-
clone
-
updateLocatorParameterWithValue
public CheckBoxSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-