Class NotificationBarDescription

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

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

    • 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 Details

    • setNotifiersCount

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

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

      public void setResizable(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 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.