public interface DatePickerNullable extends Control
Modifier and Type | Method and Description |
---|---|
LocalDateTime |
getwDate()
The currently selected date or null if no date is selected.
|
LocalDateTime |
getwMaxDate()
Returns the latest selectable date in the control, or null if it is not set.
|
LocalDateTime |
getwMinDate()
Returns the earliest selectable date in the control, or null if it is not set.
|
void |
setToday()
Selects today's date.
|
void |
setwDate(LocalDateTime value)
The currently selected date or null if no date is selected.
|
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, windowToScreen
find, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitProperty
picture, picture, picture
callMethod, callMethod, cast, getProperty, setProperty, toString
LocalDateTime 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
- The currently selected date or null if no date is selected.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.void setToday() 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.