public class JDateConfig extends JDateBaseConfig<JDateButton>
JDateButton
.Type | Property and Description |
---|---|
javafx.beans.property.ObjectProperty<LocalDate> |
selectedDate
Get the selected date property.
|
PROPERTY_DATE
Constructor and Description |
---|
JDateConfig()
Constructor.
|
JDateConfig(JDateFormatter pFormatter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
LocalDate |
getSelectedDate()
Gets the value of the property selectedDate.
|
javafx.beans.property.ObjectProperty<LocalDate> |
selectedDateProperty()
Get the selected date property.
|
void |
storeSelectedDate(LocalDate pDate)
Store the selected date.
|
allowNullDateSelection, capitaliseString, currentDate, formatDate, getCurrentDay, getCurrentMonth, getEarliestDate, getEarliestDay, getLatestDate, getLatestDay, getLocale, getOwner, getSelectedDay, initialiseCurrent, isDateChanged, isSameMonth, isSameYear, nextMonth, nextYear, previousMonth, previousYear, setAllowNullDateSelection, setEarliestDate, setFormat, setFormatter, setLatestDate, setLocale, setOwner, setSelectedDate, setSelectedDay, setShowNarrowDays, setTheLocale, showNarrowDays
public final javafx.beans.property.ObjectProperty<LocalDate> selectedDateProperty
getSelectedDate()
public JDateConfig()
public JDateConfig(JDateFormatter pFormatter)
pFormatter
- the date formatterpublic final LocalDate getSelectedDate()
getSelectedDate
in class JDateBaseConfig<JDateButton>
public final javafx.beans.property.ObjectProperty<LocalDate> selectedDateProperty()
getSelectedDate()
public final void storeSelectedDate(LocalDate pDate)
JDateBaseConfig
pDate
- the Selected dateCopyright © 2012–2016. All rights reserved.