java.lang.Object
com.dlsc.gemsfx.CalendarView.SelectionModel
- Enclosing class:
- CalendarView
-
Property Summary
PropertiesTypePropertyDescriptionfinal javafx.beans.property.ObjectProperty<LocalDate>final javafx.beans.property.ListProperty<LocalDate>final javafx.beans.property.ObjectProperty<LocalDate>final javafx.beans.property.ObjectProperty<CalendarView.SelectionModel.SelectionMode> -
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclearAndSelect(LocalDate date) final voidvoidclearSelection(LocalDate date) final LocalDateGets the value of the property selectedDate.final javafx.collections.ObservableList<LocalDate>Gets the value of the property selectedDates.final LocalDateGets the value of the property selectedEndDate.Gets the value of the property selectionMode.booleanisSelected(LocalDate date) voidfinal javafx.beans.property.ObjectProperty<LocalDate>final javafx.beans.property.ListProperty<LocalDate>final javafx.beans.property.ObjectProperty<LocalDate>final javafx.beans.property.ObjectProperty<CalendarView.SelectionModel.SelectionMode>final voidsetSelectedDate(LocalDate selectedDate) Sets the value of the property selectedDate.final voidsetSelectedDates(javafx.collections.ObservableList<LocalDate> selectedDates) Sets the value of the property selectedDates.final voidsetSelectedEndDate(LocalDate selectedEndDate) Sets the value of the property selectedEndDate.final voidsetSelectionMode(CalendarView.SelectionModel.SelectionMode selectionMode) Sets the value of the property selectionMode.
-
Property Details
-
selectionMode
public final javafx.beans.property.ObjectProperty<CalendarView.SelectionModel.SelectionMode> selectionModeProperty -
selectedDate
- See Also:
-
selectedEndDate
-
selectedDates
-
-
Constructor Details
-
SelectionModel
public SelectionModel()
-
-
Method Details
-
clearSelection
public final void clearSelection() -
getSelectionMode
Gets the value of the property selectionMode.- Property description:
-
selectionModeProperty
public final javafx.beans.property.ObjectProperty<CalendarView.SelectionModel.SelectionMode> selectionModeProperty() -
setSelectionMode
Sets the value of the property selectionMode.- Property description:
-
clearAndSelect
-
select
-
clearSelection
-
isSelected
-
getSelectedDate
Gets the value of the property selectedDate.- Property description:
-
selectedDateProperty
- See Also:
-
setSelectedDate
Sets the value of the property selectedDate.- Property description:
-
getSelectedEndDate
Gets the value of the property selectedEndDate.- Property description:
-
selectedEndDateProperty
-
setSelectedEndDate
Sets the value of the property selectedEndDate.- Property description:
-
getSelectedDates
Gets the value of the property selectedDates.- Property description:
-
selectedDatesProperty
-
setSelectedDates
Sets the value of the property selectedDates.- Property description:
-