Interface IPaginator
An SAPUI5 paginator object.
Inherited Members
Namespace: HP.LFT.SDK.SAP.UI5
Assembly: HP.LFT.SDK.dll
Syntax
public interface IPaginator : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Properties
CurrentPage
The index of the currently selected page.
Declaration
uint CurrentPage { get; }
Property Value
| Type | Description |
|---|---|
| uint |
TotalPagesCount
The total number of pages.
Declaration
uint TotalPagesCount { get; }
Property Value
| Type | Description |
|---|---|
| uint |
VisiblePagesCount
The number of pages currently visible in the paginator.
Declaration
uint VisiblePagesCount { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
FirstPage()
Scrolls to the first page.
Declaration
void FirstPage()
LastPage()
Scrolls to the last page.
Declaration
void LastPage()
NavigateTo(uint)
Navigates to the specified page.
Declaration
void NavigateTo(uint pageNum)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | pageNum | The page number to navigate to. |
NextPage()
Scrolls to the next page.
Declaration
void NextPage()
PreviousPage()
Scrolls to the previous page.
Declaration
void PreviousPage()