public interface YUI2Calendar extends Control
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getwMaxDate()
Returns the latest selectable date in the calendar, or null if not set.
|
LocalDateTime |
getwMinDate()
Returns the earliest selectable date in the calendar, or null if not set.
|
LocalDateTime |
getwSelectedDate(int intValue)
Gets an element by its index (zero-based).
|
int |
getwSelectedDateCount()
Returns the number of dates selected in the calendar.
|
void |
selectDate(LocalDateTime date)
Selects or unselects the specified date depending on the Select parameter (true by default).
|
void |
selectDate(LocalDateTime date,
boolean select)
Selects or unselects the specified date depending on the Select parameter (true by default).
|
click, click, click, clickM, clickM, clickM, clickR, clickR, clickR, dblClick, dblClick, dblClick, dblClickM, dblClickM, dblClickM, dblClickR, dblClickR, dblClickR, drag, drag, dragM, dragM, dragR, dragR, getEnabled, getHeight, getScreenLeft, getScreenTop, getVisible, getVisibleOnScreen, getWidth, hoverMouse, hoverMouse, keys, mouseWheel, mouseWheel, screenToWindow, windowToScreenfind, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitPropertypicture, picture, picturecallMethod, callMethod, cast, getProperty, setProperty, toStringint getwSelectedDateCount()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.LocalDateTime getwMinDate() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.LocalDateTime getwMaxDate() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.LocalDateTime getwSelectedDate(int intValue) throws InvocationException, HttpException
intValue - The element's index (zero-based).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void selectDate(LocalDateTime date) throws InvocationException, HttpException
date - Specifies the desired date.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void selectDate(LocalDateTime date, boolean select) throws InvocationException, HttpException
date - Specifies the desired date.select - Specifies whether the specified item should be selected (true) or unselected (false).InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.