Class TimeItem
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.datetime.TimeItem
public abstract class TimeItem 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 TimeItem(LocatorType locatorType, String displayName) -
Method Summary
Modifier and Type Method Description abstract TimeItemValidatorgetValidator(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
-
TimeItem
-
-
Method Details
-
getValidator
public abstract TimeItemValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)- Specified by:
getValidatorin classUIObject
-