Class ComboBoxSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.combobox.ComboBox
org.uitnet.testing.smartfwk.ui.standard.imgobj.ComboBoxSI
public class ComboBoxSI extends ComboBox
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected booleandisabledprotected StringleftSideImgprotected ObjectLocationlocationprotected PullDownMenuInfopullDownMenuInfoprotected booleanreadOnlyprotected StringrightSideImgFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description ComboBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location, PullDownMenuInfo pullDownMenuInfo) -
Method Summary
Modifier and Type Method Description ComboBoxSIclone()StringgetLeftSideImage()ObjectLocationgetLocation()PullDownMenuInfogetPullDownMenuInfo()StringgetRightSideImage()ComboBoxValidatorSIgetValidator(WebBrowser browser, org.sikuli.script.Region region)booleanisDisabled()booleanisReadOnly()voidsetDisabled(boolean disabled)voidsetReadOnly(boolean readOnly)ComboBoxSIupdateLocatorParameterWithValue(String paramName, String value)Deprecated.Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
leftSideImg
-
rightSideImg
-
location
-
pullDownMenuInfo
-
readOnly
protected boolean readOnly -
disabled
protected boolean disabled
-
-
Constructor Details
-
ComboBoxSI
public ComboBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location, PullDownMenuInfo pullDownMenuInfo)
-
-
Method Details
-
getLeftSideImage
-
getRightSideImage
-
getLocation
-
getPullDownMenuInfo
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readOnly) -
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getValidator
- Specified by:
getValidatorin classComboBox
-
clone
-
updateLocatorParameterWithValue
Deprecated.- Specified by:
updateLocatorParameterWithValuein classUIObject
-