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>rightSideImgs-
Fields 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
All Methods Instance Methods Concrete Methods 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(String paramName, String paramValue)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
-
-
-
Constructor Detail
-
TextAreaSI
public TextAreaSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)
-
-
Method Detail
-
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
public ObjectLocation getLocation()
-
isReadOnly
public boolean isReadOnly()
-
setReadOnly
public TextAreaSI setReadOnly(boolean readOnly)
-
isDisabled
public boolean isDisabled()
-
setDisabled
public TextAreaSI setDisabled(boolean disabled)
-
getValidator
public TextAreaValidatorSI getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classTextArea
-
getValidator
public TextAreaValidatorSI getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classTextArea
-
clone
public TextAreaSI clone()
-
updateLocatorParameterWithValue
public TextAreaSI updateLocatorParameterWithValue(String paramName, String paramValue)
- Specified by:
updateLocatorParameterWithValuein classUIObject
-
-