Class TextBoxSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.textbox.TextBox
org.uitnet.testing.smartfwk.ui.standard.imgobj.TextBoxSI
public class TextBoxSI extends TextBox
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected booleandisabledprotected StringleftSideImgprotected ObjectLocationlocationprotected booleanreadOnlyprotected StringrightSideImgFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description TextBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location) -
Method Summary
Modifier and Type Method Description TextBoxSIclone()StringgetLeftSideImage()ObjectLocationgetLocation()StringgetRightSideImage()TextBoxValidatorSIgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)booleanisDisabled()booleanisReadOnly()TextBoxSIsetDisabled(boolean disabled)TextBoxSIsetReadOnly(boolean readOnly)TextBoxSIupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
leftSideImg
-
rightSideImg
-
location
-
readOnly
protected boolean readOnly -
disabled
protected boolean disabled
-
-
Constructor Details
-
TextBoxSI
public TextBoxSI(String displayName, String leftSideImg, String rightSideImg, ObjectLocation location)
-
-
Method Details
-
getLeftSideImage
-
getRightSideImage
-
getLocation
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
-
isDisabled
public boolean isDisabled() -
setDisabled
-
getValidator
- Specified by:
getValidatorin classTextBox
-
clone
-
updateLocatorParameterWithValue
public TextBoxSI updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-