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