public class ComboBoxSI extends ComboBox
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
disabled |
protected String |
leftSideImg |
protected ObjectLocation |
location |
protected PullDownMenuInfo |
pullDownMenuInfo |
protected boolean |
readOnly |
protected String |
rightSideImg |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
ComboBoxSI(String displayName,
String leftSideImg,
String rightSideImg,
ObjectLocation location,
PullDownMenuInfo pullDownMenuInfo) |
| Modifier and Type | Method and Description |
|---|---|
ComboBoxSI |
clone() |
String |
getLeftSideImage() |
ObjectLocation |
getLocation() |
PullDownMenuInfo |
getPullDownMenuInfo() |
String |
getRightSideImage() |
ComboBoxValidatorSI |
getValidator(WebBrowser browser,
org.sikuli.script.Region region) |
boolean |
isDisabled() |
boolean |
isReadOnly() |
void |
setDisabled(boolean disabled) |
void |
setReadOnly(boolean readOnly) |
ComboBoxSI |
updateLocatorParameterWithValue(String paramName,
String value)
Deprecated.
|
getDisplayName, getLocatorType, getTypeprotected String leftSideImg
protected String rightSideImg
protected ObjectLocation location
protected PullDownMenuInfo pullDownMenuInfo
protected boolean readOnly
protected boolean disabled
public ComboBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location, PullDownMenuInfo pullDownMenuInfo)
public String getLeftSideImage()
public String getRightSideImage()
public ObjectLocation getLocation()
public PullDownMenuInfo getPullDownMenuInfo()
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public ComboBoxValidatorSI getValidator(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class ComboBoxpublic ComboBoxSI clone()
@Deprecated public ComboBoxSI updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.