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 ObjectLocationcheckBoxImgLocationprotected Map<String,String>platformImages-
Fields 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckBoxSIaddPlatformImageForNativeApp(PlatformType platform, String buttonImg)CheckBoxSIaddPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String buttonImg)CheckBoxSIclone()StringgetCheckBoxImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)ObjectLocationgetCheckBoxImageLocation()CheckBoxValidatorSIgetValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)CheckBoxValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)CheckBoxSIupdateLocatorParameterWithValue(String paramName, String paramValue)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
-
-
-
Field Detail
-
checkBoxImgLocation
protected ObjectLocation checkBoxImgLocation
-
-
Constructor Detail
-
CheckBoxSI
public CheckBoxSI(String displayName, String checkBoxImg, ObjectLocation checkBoxImgLocation)
-
-
Method Detail
-
addPlatformImageForNativeApp
public CheckBoxSI addPlatformImageForNativeApp(PlatformType platform, String buttonImg)
-
addPlatformImageForWebApp
public CheckBoxSI addPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String buttonImg)
-
getCheckBoxImage
public String getCheckBoxImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)
-
getCheckBoxImageLocation
public ObjectLocation getCheckBoxImageLocation()
-
getValidator
public CheckBoxValidatorSI getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classCheckBox
-
getValidator
public CheckBoxValidatorSI getValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classCheckBox
-
clone
public CheckBoxSI clone()
-
updateLocatorParameterWithValue
public CheckBoxSI updateLocatorParameterWithValue(String paramName, String paramValue)
- Specified by:
updateLocatorParameterWithValuein classUIObject
-
-