Interface INotificationBar
An SAPUI5 notification bar.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface INotificationBar : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Properties
IsResizable
Returns whether the notification bar is resizable.
Declaration
bool IsResizable { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MessageNotifier
Returns the message notifier, or null if it does not have a message notifier.
Declaration
IMessageNotifier MessageNotifier { get; }
Property Value
| Type | Description |
|---|---|
| IMessageNotifier |
Notifiers
Returns all the notifiers in the notification bar.
Declaration
ReadOnlyCollection<INotifier> Notifiers { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyCollection<INotifier> |
State
Returns the display state of the notification bar.
Declaration
BarState State { get; }
Property Value
| Type | Description |
|---|---|
| BarState |
Methods
Enlarge()
Enlarges the notification bar.
Declaration
void Enlarge()
Hide()
Hides the notification bar.
Declaration
void Hide()
Minimize()
Minimizes the notification bar.
Declaration
void Minimize()
Show()
Shows the notification bar.
Declaration
void Show()