Package com.hp.lft.sdk.sap.ui5
Interface Paginator
- All Superinterfaces:
- Clickable,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 paginator object.
- 
Method SummaryModifier and TypeMethodDescriptionvoidScrolls to the first page.intReturns the index of the currently selected page.intReturns the total number of pages.intReturns the number of pages currently visible in the paginator.voidlastPage()Scrolls to the last page.voidnavigateTo(int pageNum) Navigates to the specified page.voidnextPage()Scrolls to the next page.voidScrolls to the previous page.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvidergetAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDropdragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObjectgetNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObjectcallFTMethod, callFTMethod, exists, exists, findChildren, getDescription, getDisplayName, getParent, getSnapshot, getTextLocations, getTextLocations, getVisibleText, getVisibleText, highlight, highlightMatches, setDescription, setDisplayName, verifyImageExists, verifyImageExists, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, verifyImageMatch, waitUntilExists, waitUntilExistsMethods inherited from interface com.hp.lft.sdk.TestObjectDescriberdescribeMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElementdoubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectgetAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriberdescribe, describe
- 
Method Details- 
getCurrentPageReturns the index of the currently selected page.- Returns:
- The index of the currently selected page.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTotalPagesCountReturns the total number of pages.- Returns:
- the total number of pages.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getVisiblePagesCountReturns the number of pages currently visible in the paginator.- Returns:
- The number of pages currently visible in the paginator.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
firstPageScrolls to the first page.- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralReplayException- if error occurs during replay execution
 
- 
lastPageScrolls to the last page.- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralReplayException- if error occurs during replay execution
 
- 
previousPageScrolls to the previous page.- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralReplayException- if error occurs during replay execution
 
- 
nextPageScrolls to the next page.- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralReplayException- if error occurs during replay execution
 
 
-