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 TypeMethodDescriptionvoid
Deselects 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.void
next()
Scrolls to the next page of dates.void
previous()
Scrolls to the previous page of dates.void
Selects the date.Methods inherited from interface com.hp.lft.sdk.LocationInfoProvider
getAbsoluteLocation, getLocation, getSize
Methods inherited from interface com.hp.lft.sdk.SupportDragAndDrop
dragAndDropOn, dragAndDropOn
Methods inherited from interface com.hp.lft.sdk.SupportsNativeObject
getNativeObject
Methods 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, waitUntilExists
Methods inherited from interface com.hp.lft.sdk.TestObjectDescriber
describe
Methods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProvider
waitUntilVisible, waitUntilVisible
Methods 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, swipe
Methods inherited from interface com.hp.lft.sdk.web.WebTestObject
getAttribute, getAttributes, getClassName, getComputedStyle, getComputedStyles, getId, getInnerHTML, getInnerText, getName, getOuterHTML, getOuterText, getTagName, getTitle, isVisible
Methods 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
-