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(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
boolean |
isDisabled() |
boolean |
isReadOnly() |
TextAreaSI |
setDisabled(boolean disabled) |
TextAreaSI |
setReadOnly(boolean readOnly) |
TextAreaSI |
updateLocatorParameterWithValue(AppConfig appConfig,
String paramName,
String paramValue) |
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(SmartAppDriver appDriver, org.sikuli.script.Region region)
getValidator in class TextAreapublic TextAreaSI clone()
public TextAreaSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.