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