public interface WinDateTimePicker extends Control
| Modifier and Type | Method and Description |
|---|---|
void |
closeUp()
Closes the control's popup calendar.
|
void |
dropDown()
Displays the control's popup calendar.
|
boolean |
getwChecked()
Specifies the value of the control's check box.
|
LocalDateTime |
getwDate()
IsDateFormat must be true.
|
boolean |
getwIsDateFormat()
Returns true if the date and time picker control shows dates, else false.
|
LocalDateTime |
getwMaxDate()
IsDateFormat must be true.
|
LocalDateTime |
getwMinDate()
IsDateFormat must be true.
|
boolean |
getwShowCheckbox()
Returns true if the control's check box is visible.
|
LocalDateTime |
getwTime()
Specifies the time selected in the date and time picker control.
|
void |
setwChecked(boolean value)
Specifies the value of the control's check box.
|
void |
setwDate(LocalDateTime value)
IsDateFormat must be true.
|
void |
setwTime(LocalDateTime value)
Specifies the time selected in the date and time picker control.
|
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, toStringLocalDateTime getwDate() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void setwDate(LocalDateTime value) throws InvocationException, HttpException
value - At must be true. Specifies the date selected in the date and time picker control.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.LocalDateTime getwTime() throws InvocationException, HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void setwTime(LocalDateTime value) throws InvocationException, HttpException
value - The time selected in the date and time picker control.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.boolean getwIsDateFormat()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwChecked()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void setwChecked(boolean value)
throws InvocationException,
HttpException
value - The value of the control's check box.InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.boolean getwShowCheckbox()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void dropDown()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.void closeUp()
throws InvocationException,
HttpException
InvocationException - Will be thrown if invocation fails.HttpException - Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.