public class DateChangeEvent extends Object
Constructor and Description |
---|
DateChangeEvent(DatePicker source,
LocalDate oldDate,
LocalDate newDate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
LocalDate |
getNewDate()
getNewDate, Returns the new value of the DatePicker date.
|
LocalDate |
getOldDate()
getOldDate, Returns the previous value of the DatePicker date.
|
DatePicker |
getSource()
getSource, Returns the date picker that generated the event.
|
public DateChangeEvent(DatePicker source, LocalDate oldDate, LocalDate newDate)
public DatePicker getSource()
public LocalDate getOldDate()
public LocalDate getNewDate()
Copyright © 2017. All rights reserved.