Interface MessageNotifier


public interface MessageNotifier
A message notifier from an SAPUI5 notification bar.
  • Method Summary

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

    • select

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

      List<Message> getMessages() throws GeneralLeanFtException
      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