Package com.hp.lft.sdk.oracle
Interface FlexFieldWindow
- All Superinterfaces:
Clickable,EnabledProvider,LocationInfoProvider,TestObject,TestObjectDescriber,TopLevelObject,UiObjectBase,WaitUntilEnabledProvider
An Oracle flexfield window.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapprove()Accepts changes and closes the flexfield window by clicking the OK button.voidcancel()Cancels changes and closes the flexfield window by clicking the Cancel button.voidclear()Clears data in the flexfield window fields by clicking the Clear button.The Oracle class hierarchy of the object's Oracle class.getTitle()Returns the window title.voidhelp()Accesses the online help by clicking the Help button.voidUses the Show Combinations button to display a Reduction Criteria window that assists in completing the flexfield value.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods 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, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBase
getObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods 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
-
approve
Accepts changes and closes the flexfield window by clicking the OK button.- Throws:
GeneralLeanFtException- if error occurs during execution
-
cancel
Cancels changes and closes the flexfield window by clicking the Cancel button.- Throws:
GeneralLeanFtException- if error occurs during execution
-
clear
Clears data in the flexfield window fields by clicking the Clear button.- Throws:
GeneralLeanFtException- if error occurs during execution
-
help
Accesses the online help by clicking the Help button.- Throws:
GeneralLeanFtException- if error occurs during execution
-
showCombinations
Uses the Show Combinations button to display a Reduction Criteria window that assists in completing the flexfield value.- 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
-