Package com.hp.lft.sdk.sap.ui5
Interface DateTimeInput
- All Superinterfaces:
- Clickable,- EnabledProvider,- LocationInfoProvider,- SupportDragAndDrop,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider,- WebElement,- WebTestObject,- WebTestObjectDescriber
An SAPUI5 DateTimeInput object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the type of date displayed in this object.Returns the display format of this object.Returns the placeholder of this object.getValue()Returns the current value of this object.voidsetDateTime(Date datetime) Sets the date and time.Methods inherited from interface com.hp.lft.sdk.EnabledProviderisEnabledMethods 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.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods 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- 
getPlaceholderReturns the placeholder of this object.- Returns:
- The placeholder of this object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getDisplayFormatReturns the display format of this object.- Returns:
- The display format of this object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getValueReturns the current value of this object.- Returns:
- The current value of the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
- GeneralServerErrorException- if error occurs during server execution
 
- 
getDateTypeReturns the type of date displayed in this object.- Returns:
- The type of date displayed in the object.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setDateTimeSets the date and time.- Parameters:
- datetime- the date and time to set.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-