Interface Notifier


public interface Notifier
A notifier in an SAPUI notification bar.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns all notification messages in the notifier.
    void
    select(int notificationIndex)
    Selects the specific notification message in the notifier.
  • Method Details

    • select

      void select(int notificationIndex) throws GeneralLeanFtException
      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