com.hp.lft.sdk.sap.ui5

Interface MessageNotifier



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

      Modifier and TypeMethod and Description
      java.util.List<Message>getMessages()
      Returns all of the messages in the message notifier.
      voidselect(int messageIndex)
      Selects the specified notification in the notifier.
    • Method Detail

      • 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 an error occurs during execution.