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(WebBrowser browser,
org.sikuli.script.Region region) |
boolean |
isDisabled() |
boolean |
isReadOnly() |
TextBoxSI |
setDisabled(boolean disabled) |
TextBoxSI |
setReadOnly(boolean readOnly) |
TextBoxSI |
updateLocatorParameterWithValue(String paramName,
String value)
Deprecated.
|
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(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class TextBox@Deprecated public TextBoxSI updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.