Package com.hp.lft.sdk.oracle
Interface Calendar
- All Superinterfaces:
Clickable
,EnabledProvider
,LocationInfoProvider
,TestObject
,TestObjectDescriber
,TopLevelObject
,UiObjectBase
,WaitUntilEnabledProvider
An Oracle calendar.
-
Method Summary
Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.oracle.UiObjectBase
getObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKey
Methods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
-
Method Details
-
getTitle
Returns the window title.- Returns:
- the window title.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
cancel
Presses the Cancel button in an Oracle calendar.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setDate
Enters a date in an Oracle calendar.- Parameters:
date
- the date to set.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setDate
Enters a date in an Oracle calendar.- Parameters:
date
- the date to set.- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getClassPath
The Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-