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 StringleftSideImgprotected ObjectLocationlocationprotected booleanreadOnlyprotected StringrightSideImgFields 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 TextAreaSIclone()StringgetLeftSideImage()ObjectLocationgetLocation()StringgetRightSideImage()TextAreaValidatorSIgetValidator(WebBrowser browser, org.sikuli.script.Region region)booleanisDisabled()booleanisReadOnly()TextAreaSIsetDisabled(boolean disabled)TextAreaSIsetReadOnly(boolean readOnly)TextAreaSIupdateLocatorParameterWithValue(String paramName, String value)Deprecated.Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
leftSideImg
-
rightSideImg
-
location
-
readOnly
protected boolean readOnly -
disabled
protected boolean disabled
-
-
Constructor Details
-
TextAreaSI
public TextAreaSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)
-
-
Method Details
-
getLeftSideImage
-
getRightSideImage
-
getLocation
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
-
isDisabled
public boolean isDisabled() -
setDisabled
-
getValidator
- Specified by:
getValidatorin classTextArea
-
clone
-
updateLocatorParameterWithValue
Deprecated.- Specified by:
updateLocatorParameterWithValuein classUIObject
-