public class TextAreaSI extends TextArea
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disabled |
protected String |
leftSideImg |
protected ObjectLocation |
location |
protected boolean |
readOnly |
protected String |
rightSideImg |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
TextAreaSI(String displayName,
String leftSideImg,
String rightSideImg,
ObjectLocation location) |
| Modifier and Type | Method and Description |
|---|---|
TextAreaSI |
clone() |
String |
getLeftSideImage() |
ObjectLocation |
getLocation() |
String |
getRightSideImage() |
TextAreaValidatorSI |
getValidator(WebBrowser browser,
org.sikuli.script.Region region) |
boolean |
isDisabled() |
boolean |
isReadOnly() |
TextAreaSI |
setDisabled(boolean disabled) |
TextAreaSI |
setReadOnly(boolean readOnly) |
TextAreaSI |
updateLocatorParameterWithValue(String paramName,
String value)
Deprecated.
|
getDisplayName, getLocatorType, getTypeprotected String leftSideImg
protected String rightSideImg
protected ObjectLocation location
protected boolean readOnly
protected boolean disabled
public TextAreaSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)
public String getLeftSideImage()
public String getRightSideImage()
public ObjectLocation getLocation()
public boolean isReadOnly()
public TextAreaSI setReadOnly(boolean readOnly)
public boolean isDisabled()
public TextAreaSI setDisabled(boolean disabled)
public TextAreaValidatorSI getValidator(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class TextAreapublic TextAreaSI clone()
@Deprecated public TextAreaSI updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.