@FunctionalInterface public static interface DatePicker.DateDayClickedHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onDateDayClicked(Date date,
org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
This method will be called when the day is clicked passing the selected date and the format
used in the picker
|
void onDateDayClicked(Date date, org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo dateTimeFormatInfo)
date - the selected datedateTimeFormatInfo - the formatCopyright © 2019–2022 Dominokit. All rights reserved.