Package com.hp.lft.sdk.oracle
Interface FlexFieldWindow
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- TestObject,- TestObjectDescriber,- TopLevelObject,- UiObjectBase,- WaitUntilEnabledProvider
An Oracle flexfield window.
- 
Method SummaryModifier 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.EnabledProviderisEnabledMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, 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.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.oracle.UiObjectBasegetObjectType, selectFromPopupMenu, selectFromPopupMenu, sendKeyMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
getTitleReturns the window title.- Returns:
- the window title.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
approveAccepts changes and closes the flexfield window by clicking the OK button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
cancelCancels changes and closes the flexfield window by clicking the Cancel button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
clearClears data in the flexfield window fields by clicking the Clear button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
helpAccesses the online help by clicking the Help button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
showCombinationsUses the Show Combinations button to display a Reduction Criteria window that assists in completing the flexfield value.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getClassPathThe Oracle class hierarchy of the object's Oracle class.- Returns:
- the class hierarchy of the object's.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-