Class TextAreaSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.textarea.TextArea
org.uitnet.testing.smartfwk.ui.standard.imgobj.TextAreaSI
public class TextAreaSI extends TextArea
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected booleandisabledprotected Map<String,String>leftSideImgsprotected ObjectLocationlocationprotected booleanreadOnlyprotected Map<String,String>rightSideImgsFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description TextAreaSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location) -
Method Summary
Modifier and Type Method Description TextAreaSIaddPlatformImageForNativeApp(PlatformType platform, String leftSideImg, String rightSideImg)TextAreaSIaddPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String leftSideImg, String rightSideImg)TextAreaSIclone()StringgetLeftSideImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)ObjectLocationgetLocation()StringgetRightSideImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType)TextAreaValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)TextAreaValidatorSIgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)booleanisDisabled()booleanisReadOnly()TextAreaSIsetDisabled(boolean disabled)TextAreaSIsetReadOnly(boolean readOnly)TextAreaSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
leftSideImgs
-
rightSideImgs
-
location
-
readOnly
protected boolean readOnly -
disabled
protected boolean disabled
-
-
Constructor Details
-
TextAreaSI
public TextAreaSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)
-
-
Method Details
-
addPlatformImageForNativeApp
public TextAreaSI addPlatformImageForNativeApp(PlatformType platform, String leftSideImg, String rightSideImg) -
addPlatformImageForWebApp
public TextAreaSI addPlatformImageForWebApp(PlatformType platform, WebBrowserType browserType, String leftSideImg, String rightSideImg) -
getLeftSideImage
public String getLeftSideImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getRightSideImage
public String getRightSideImage(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getLocation
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
-
isDisabled
public boolean isDisabled() -
setDisabled
-
getValidator
- Specified by:
getValidatorin classTextArea
-
getValidator
public TextAreaValidatorSI getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classTextArea
-
clone
-
updateLocatorParameterWithValue
public TextAreaSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-