public static interface DatePickerComponent.DatePickerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDateSelected(DatePickerComponent.DateParts selectedDateParts)
Called when the user has selected a date.
|
void onDateSelected(DatePickerComponent.DateParts selectedDateParts)
selectedDateParts - DatePickerComponent.DateParts containing the year, month and day of
month.