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 SummaryModifier 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.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- 
getDisplayModeReturns the date picker display mode.- Returns:
- The date picker display mode. Possible values: DatePickerDisplayMode
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getSelectedDatesReturns the date values selected in this date picker.- Returns:
- The date values selected in this date picker.
- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralServerErrorException- if error occurs during server execution
 
- 
getMonthsReturns 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
 
- 
selectSelects the date.- Parameters:
- date- the date to select.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
deselectDeselects the date.- Parameters:
- date- the date to deselect.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
previousScrolls to the previous page of dates.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
nextScrolls to the next page of dates.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-