Class PaginatorDescription
The description of an SAPUI5 Paginator test object.
Inheritance
PaginatorDescription
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public class PaginatorDescription : WebElementDescription, ICloneable, IDescription
Constructors
PaginatorDescription()
Declaration
public PaginatorDescription()
Properties
TotalPagesCount
Indicates the total number of pages in the paginator.
Declaration
public uint? TotalPagesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |
VisiblePagesCount
Indicates the number of the visible pages in the paginator.
Declaration
public uint? VisiblePagesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| uint? |