public class TextBoxSI extends TextBox
| 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 |
|---|
TextBoxSI(String displayName,
String leftSideImg,
String rightSideImg,
ObjectLocation location) |
| Modifier and Type | Method and Description |
|---|---|
TextBoxSI |
clone() |
String |
getLeftSideImage() |
ObjectLocation |
getLocation() |
String |
getRightSideImage() |
TextBoxValidatorSI |
getValidator(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
boolean |
isDisabled() |
boolean |
isReadOnly() |
TextBoxSI |
setDisabled(boolean disabled) |
TextBoxSI |
setReadOnly(boolean readOnly) |
TextBoxSI |
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 TextBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)
public String getLeftSideImage()
public String getRightSideImage()
public ObjectLocation getLocation()
public boolean isReadOnly()
public TextBoxSI setReadOnly(boolean readOnly)
public boolean isDisabled()
public TextBoxSI setDisabled(boolean disabled)
public TextBoxValidatorSI getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
getValidator in class TextBoxCopyright © 2021. All rights reserved.