Package com.hp.lft.sdk.sap.gui
Interface Button
- All Superinterfaces:
- Element,- EnabledProvider,- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- WaitUntilEnabledProvider
A button in a SAP GUI for Windows application
- 
Method SummaryMethods 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.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.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabled
- 
Method Details- 
getContainerNameReturns the name of the parent object.- Returns:
- the name of the parent object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTextReturns the text associated with the button.- Returns:
- the text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTooltipReturns the button's tooltip text.- Returns:
- the tooltip text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
clickClicks the button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setFocusSets focus on the button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-