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 Summary
Modifier 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.boolean
Indicates whether the message is a pop-up.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
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
-
Method Details
-
getItems
Returns the list of non-empty items in the status bar.- Returns:
- the list of non-empty items.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
isMessageAsPopup
Indicates whether the message is a pop-up.- Returns:
- true if a pop-up.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getMessageId
Returns the ID of the message in text format.- Returns:
- the ID.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getMessageNumber
Returns the internal number of the message on the status bar.- Returns:
- the internal number of the message.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getMessageType
Returns the type of message.- Returns:
- the type of message.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getText
Returns the text associated with the status bar.- Returns:
- the text.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-