Package com.hp.lft.sdk.java
Interface Calendar
- All Superinterfaces:
- Clickable,- DoubleClickable,- EnabledProvider,- LocationInfoProvider,- SupportsNativeObject,- TestObject,- TestObjectDescriber,- UiObjectBase,- VisibleProvider,- WaitUntilEnabledProvider,- WaitUntilVisibleProvider
A Java calendar.
- 
Method SummaryMethods inherited from interface com.hp.lft.sdk.DoubleClickabledoubleClick, doubleClick, doubleClickMethods 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.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.java.UiObjectBasecreateObject, createObject, fireEvent, getAttachedText, getBackgroundColor, getForegroundColor, getLabel, getNativeClass, getObjectName, getObjectProperty, getPath, getStatics, getTagName, isFocused, sendKeys, sendKeysMethods inherited from interface com.hp.lft.sdk.VisibleProviderisVisibleMethods inherited from interface com.hp.lft.sdk.WaitUntilEnabledProviderwaitUntilEnabled, waitUntilEnabledMethods inherited from interface com.hp.lft.sdk.WaitUntilVisibleProviderwaitUntilVisible, waitUntilVisible
- 
Method Details- 
getDateReturns the date set in the calendar.- Returns:
- the date.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getStyleReturns the style of a calendar. Possible values:CalendarStyle- Returns:
- the style of a calendar. Possible values: CalendarStyle
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getValueReturns the value set in the calendar.- Returns:
- the value in string format.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTimeReturns the time set in the calendar.- Returns:
- the time in the calendar.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setDateSets the date in the calendar.- Parameters:
- date- the date.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
setTimeSets the time in the calendar.- Parameters:
- time- the time.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-