Package com.hp.lft.sdk.sap.ui5
Interface MessageNotifier
public interface MessageNotifier
A message notifier from an SAPUI5 notification bar.
-
Method Summary
Modifier and TypeMethodDescriptionReturns all of the messages in the message notifier.void
select
(int messageIndex) Selects the specified notification in the notifier.
-
Method Details
-
select
Selects the specified notification in the notifier.- Parameters:
messageIndex
- index of the notification to select (1-based).- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getMessages
Returns all of the messages in the message notifier.- Returns:
- all of the messages in the message notifier.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-