Table of Contents

Interface IPaginator

Namespace
HP.LFT.SDK.SAP.UI5
Assembly
HP.LFT.SDK.dll

An SAPUI5 paginator object.

public interface IPaginator : IWebElement, ITestObject, IClickable, IWebTestObject, IWebDescriber, ITestObjectDescriber, ILocationInfoProvider, ISupportsNativeObject, IVisibleProvider, ISupportDragAndDrop
Inherited Members
Extension Methods

Properties

CurrentPage

The index of the currently selected page.

uint CurrentPage { get; }

Property Value

uint

TotalPagesCount

The total number of pages.

uint TotalPagesCount { get; }

Property Value

uint

VisiblePagesCount

The number of pages currently visible in the paginator.

uint VisiblePagesCount { get; }

Property Value

uint

Methods

FirstPage()

Scrolls to the first page.

void FirstPage()

LastPage()

Scrolls to the last page.

void LastPage()

NavigateTo(uint)

Navigates to the specified page.

void NavigateTo(uint pageNum)

Parameters

pageNum uint

The page number to navigate to.

NextPage()

Scrolls to the next page.

void NextPage()

PreviousPage()

Scrolls to the previous page.

void PreviousPage()