com.hp.lft.sdk.sap.ui5

Interface Notifier



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

      Modifier and TypeMethod and Description
      java.util.List<Notification>getMessages()
      Returns all notification messages in the notifier.
      voidselect(int notificationIndex)
      Selects the specific notification message in the notifier.
    • Method Detail

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