public class ListBoxSI extends ListBox
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disabled |
protected int |
height |
protected ObjectLocation |
location |
protected boolean |
readOnly |
protected int |
width |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
ListBoxSI(String displayName,
int width,
int height,
ObjectLocation location) |
| Modifier and Type | Method and Description |
|---|---|
ListBoxSI |
clone() |
int |
getHeight() |
ObjectLocation |
getLocation() |
ListBoxValidatorSI |
getValidator(WebBrowser browser,
org.sikuli.script.Region region) |
int |
getWidth() |
boolean |
isDisabled() |
boolean |
isReadOnly() |
ListBoxSI |
setDisabled(boolean disabled) |
ListBoxSI |
setReadOnly(boolean readOnly) |
ListBoxSI |
updateLocatorParameterWithValue(String paramName,
String value)
Deprecated.
|
getDisplayName, getLocatorType, getTypeprotected int width
protected int height
protected ObjectLocation location
protected boolean readOnly
protected boolean disabled
public ListBoxSI(String displayName, int width, int height, ObjectLocation location)
public int getWidth()
public int getHeight()
public ObjectLocation getLocation()
public boolean isReadOnly()
public ListBoxSI setReadOnly(boolean readOnly)
public boolean isDisabled()
public ListBoxSI setDisabled(boolean disabled)
public ListBoxValidatorSI getValidator(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class ListBox@Deprecated public ListBoxSI updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.