Class ListBoxSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.listbox.ListBox
org.uitnet.testing.smartfwk.ui.standard.imgobj.ListBoxSI
public class ListBoxSI extends ListBox
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected booleandisabledprotected intheightprotected ObjectLocationlocationprotected booleanreadOnlyprotected intwidthFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description ListBoxSI(String displayName, int width, int height, ObjectLocation location) -
Method Summary
Modifier and Type Method Description ListBoxSIclone()intgetHeight()ObjectLocationgetLocation()ListBoxValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)ListBoxValidatorSIgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)intgetWidth()booleanisDisabled()booleanisReadOnly()ListBoxSIsetDisabled(boolean disabled)ListBoxSIsetReadOnly(boolean readOnly)ListBoxSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
width
protected int width -
height
protected int height -
location
-
readOnly
protected boolean readOnly -
disabled
protected boolean disabled
-
-
Constructor Details
-
ListBoxSI
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getLocation
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
-
isDisabled
public boolean isDisabled() -
setDisabled
-
getValidator
- Specified by:
getValidatorin classListBox
-
getValidator
public ListBoxValidatorSI getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classListBox
-
clone
-
updateLocatorParameterWithValue
public ListBoxSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-