com.hp.lft.sdk.sap.ui5

Class NotificationBarDescription.Init<T extends NotificationBarDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • notifiersCount

        public T notifiersCount(java.lang.Integer notifiersCount)
        Initializes the number of notifiers in the notification bar.
        Parameters:
        notifiersCount - the number of notifiers in the notification bar
        Returns:
        The description instance with the update state (builder pattern).
      • resizable

        public T resizable(java.lang.Boolean resizable)
        Initializes whether the window of the notification bar is resizable.
        Parameters:
        resizable - whether the window of the notification bar is resizable.
        Returns:
        The description instance with the update state (builder pattern).
      • state

        public T state(BarState state)
        Initializes the display state of the notification bar.
        Parameters:
        state - the display state of the notification bar.
        Returns:
        the description instance with the update state (builder pattern).