public class DateChangeEvent extends Object
Constructor and Description |
---|
DateChangeEvent(DatePicker source,
java.time.LocalDate oldDate,
java.time.LocalDate newDate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.time.LocalDate |
getNewDate()
getNewDate, Returns the new value of the DatePicker date.
|
java.time.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, java.time.LocalDate oldDate, java.time.LocalDate newDate)
public DatePicker getSource()
public java.time.LocalDate getOldDate()
public java.time.LocalDate getNewDate()
Copyright © 2018. All rights reserved.