Class TextArea
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.UIObject
-
- org.uitnet.testing.smartfwk.ui.core.objects.textarea.TextArea
-
- Direct Known Subclasses:
TextAreaSD,TextAreaSI
public abstract class TextArea extends UIObject
- Author:
- Madhav Krishna
-
-
Field Summary
-
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType
-
-
Constructor Summary
Constructors Constructor Description TextArea(LocatorType locatorType, String displayName)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TextAreaValidatorgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)abstract TextAreaValidatorgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
clone, getDisplayName, getLocatorType, getType, updateLocatorParameterWithValue
-
-
-
-
Constructor Detail
-
TextArea
public TextArea(LocatorType locatorType, String displayName)
-
-
Method Detail
-
getValidator
public abstract TextAreaValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classUIObject
-
getValidator
public abstract TextAreaValidator getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classUIObject
-
-