Package com.hp.lft.sdk.sap.ui5
Interface DatePicker
- All Superinterfaces:
Clickable,LocationInfoProvider,SupportDragAndDrop,SupportsNativeObject,TestObject,TestObjectDescriber,VisibleProvider,WaitUntilVisibleProvider,WebElement,WebTestObject,WebTestObjectDescriber
An SAPUI5 date picker object.
-
Method Summary
Modifier and TypeMethodDescriptionvoidDeselects the date.Returns the date picker display mode.Returns the list of months contained in this date picker.Returns the date values selected in this date picker.voidnext()Scrolls to the next page of dates.voidprevious()Scrolls to the previous page of dates.voidSelects the date.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSizeMethods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOnMethods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObjectMethods inherited from interface com.hp.lft.sdk.TestObject
callFTMethod, 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.TestObjectDescriber
describeMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisibleMethods inherited from interface com.hp.lft.sdk.web.WebElement
doubleClick, doubleClick, fireEvent, getAccessibilityName, getCSSSelector, getRole, getXPath, hoverTap, hoverTap, longPress, longPress, pan, pan, pinch, pinch, swipe, swipeMethods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisibleMethods inherited from interface com.hp.lft.sdk.web.WebTestObjectDescriber
describe, describe
-
Method Details
-
getDisplayMode
Returns the date picker display mode.- Returns:
- The date picker display mode. Possible values:
DatePickerDisplayMode - Throws:
GeneralLeanFtException- if error occurs during execution
-
getSelectedDates
Returns the date values selected in this date picker.- Returns:
- The date values selected in this date picker.
- Throws:
GeneralLeanFtException- if error occurs during executionGeneralServerErrorException- if error occurs during server execution
-
getMonths
Returns the list of months contained in this date picker.- Returns:
- The list of months contained in this date picker.
- Throws:
GeneralLeanFtException- if error occurs during execution
-
select
Selects the date.- Parameters:
date- the date to select.- Throws:
GeneralLeanFtException- if error occurs during execution
-
deselect
Deselects the date.- Parameters:
date- the date to deselect.- Throws:
GeneralLeanFtException- if error occurs during execution
-
previous
Scrolls to the previous page of dates.- Throws:
GeneralLeanFtException- if error occurs during execution
-
next
Scrolls to the next page of dates.- Throws:
GeneralLeanFtException- if error occurs during execution
-