Package com.hp.lft.sdk.sap.gui
Interface StatusBar
- All Superinterfaces:
- Element,- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber
A status bar in a SAP GUI for Windows application.
- 
Method SummaryModifier and TypeMethodDescriptiongetItems()Returns the list of non-empty items in the status bar.Returns the ID of the message in text format.Returns the internal number of the message on the status bar.Returns the type of message.getText()Returns the text associated with the status bar.booleanIndicates whether the message is a pop-up.Methods 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- 
getItemsReturns the list of non-empty items in the status bar.- Returns:
- the list of non-empty items.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
isMessageAsPopupIndicates whether the message is a pop-up.- Returns:
- true if a pop-up.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMessageIdReturns the ID of the message in text format.- Returns:
- the ID.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMessageNumberReturns the internal number of the message on the status bar.- Returns:
- the internal number of the message.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getMessageTypeReturns the type of message.- Returns:
- the type of message.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTextReturns the text associated with the status bar.- Returns:
- the text.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-