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 Summary
Modifier 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.void
setDateTime
(Date datetime) Sets the date and time.Methods inherited from interface com.hp.lft.sdk.EnabledProvider
isEnabled
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.WaitUntilEnabledProvider
waitUntilEnabled, waitUntilEnabled
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
-
getPlaceholder
Returns the placeholder of this object.- Returns:
- The placeholder of this object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getDisplayFormat
Returns the display format of this object.- Returns:
- The display format of this object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
getValue
Returns the current value of this object.- Returns:
- The current value of the object.
- Throws:
GeneralLeanFtException
- if error occurs during executionGeneralServerErrorException
- if error occurs during server execution
-
getDateType
Returns the type of date displayed in this object.- Returns:
- The type of date displayed in the object.
- Throws:
GeneralLeanFtException
- if error occurs during execution
-
setDateTime
Sets the date and time.- Parameters:
datetime
- the date and time to set.- Throws:
GeneralLeanFtException
- if error occurs during execution
-