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 intwidth-
Fields 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListBoxSIclone()intgetHeight()ObjectLocationgetLocation()ListBoxValidatorSIgetValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)ListBoxValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)intgetWidth()booleanisDisabled()booleanisReadOnly()ListBoxSIsetDisabled(boolean disabled)ListBoxSIsetReadOnly(boolean readOnly)ListBoxSIupdateLocatorParameterWithValue(String paramName, String paramValue)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
location
protected ObjectLocation location
-
readOnly
protected boolean readOnly
-
disabled
protected boolean disabled
-
-
Constructor Detail
-
ListBoxSI
public ListBoxSI(String displayName, int width, int height, ObjectLocation location)
-
-
Method Detail
-
getWidth
public int getWidth()
-
getHeight
public int getHeight()
-
getLocation
public ObjectLocation getLocation()
-
isReadOnly
public boolean isReadOnly()
-
setReadOnly
public ListBoxSI setReadOnly(boolean readOnly)
-
isDisabled
public boolean isDisabled()
-
setDisabled
public ListBoxSI setDisabled(boolean disabled)
-
getValidator
public ListBoxValidatorSI getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classListBox
-
getValidator
public ListBoxValidatorSI getValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classListBox
-
updateLocatorParameterWithValue
public ListBoxSI updateLocatorParameterWithValue(String paramName, String paramValue)
- Specified by:
updateLocatorParameterWithValuein classUIObject
-
-