Class DateItem
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.datetime.DateItem
public abstract class DateItem 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 DateItem(LocatorType locatorType, String displayName) -
Method Summary
Modifier and Type Method Description abstract DateItemValidatorgetValidator(WebBrowser browser, org.sikuli.script.Region region)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
clone, getDisplayName, getLocatorType, getType, updateLocatorParameterWithValue
-
Constructor Details
-
DateItem
-
-
Method Details
-
getValidator
public abstract DateItemValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-