com.hp.lft.sdk.sap.ui5

Class NotificationBarDescription

  • All Implemented Interfaces:
    CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, java.lang.Cloneable


    public class NotificationBarDescription
    extends WebElementDescription
    The description of an SAPUI5 NotificationBar test object.
    • Constructor Detail

      • NotificationBarDescription

        public NotificationBarDescription()
        Initializes a new instance of the NotificationBarDescription class.
      • NotificationBarDescription

        protected NotificationBarDescription(NotificationBarDescription.Init<?> init)
        Initializes a new instance of the NotificationBarDescription class using the Builder pattern.
        Parameters:
        init - the Builder pattern.
    • Method Detail

      • setNotifiersCount

        public void setNotifiersCount(java.lang.Integer notifiersCount)
        Sets the number of notifiers in the notification bar.
        Parameters:
        notifiersCount - the number of notifiers in the notification bar.
      • getNotifiersCount

        public java.lang.Integer getNotifiersCount()
        Returns the number of notifiers in the notification bar.
        Returns:
        The number of notifiers in the notification bar.
      • setResizable

        public void setResizable(java.lang.Boolean resizable)
        Sets whether the window of the notification bar is resizable.
        Parameters:
        resizable - true if the window of the notification bar is resizable.
      • isResizable

        public java.lang.Boolean isResizable()
        Returns whether the window of the notification bar is resizable.
        Returns:
        True if the object can be resized.
      • setState

        public void setState(BarState state)
        Sets the display state of the notification bar.
        Parameters:
        state - the display state of the notification bar.
      • getState

        public BarState getState()
        Returns the display state of the notification bar.
        Returns:
        The display state of the notification bar.