Package com.hp.lft.sdk.sap.gui
Interface OKCode
- All Superinterfaces:
- Element,- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber
An OK Code box in a SAP GUI for Windows application.
- 
Method SummaryMethods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods 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.TestObjectDescriberdescribe
- 
Method Details- 
getValueReturns the command code entered in the field.- Returns:
- the command code.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setValueSets the OKCode command.- Parameters:
- value- the text to enter.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-