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 TypeMethodDescriptionvoid
approve()
Accepts changes and closes the flexfield window by clicking the OK button.void
cancel()
Cancels changes and closes the flexfield window by clicking the Cancel button.void
clear()
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.void
help()
Accesses the online help by clicking the Help button.void
Uses 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
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
-
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
-