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 theselectedDateproperty.final javafx.collections.ObservableList<LocalDate>Gets the value of theselectedDatesproperty.final LocalDateGets the value of theselectedEndDateproperty.Gets the value of theselectionModeproperty.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 theselectedDateproperty.final voidsetSelectedDates(javafx.collections.ObservableList<LocalDate> selectedDates) Sets the value of theselectedDatesproperty.final voidsetSelectedEndDate(LocalDate selectedEndDate) Sets the value of theselectedEndDateproperty.final voidsetSelectionMode(CalendarView.SelectionModel.SelectionMode selectionMode) Sets the value of theselectionModeproperty.
-
Property Details
-
selectionMode
public final javafx.beans.property.ObjectProperty<CalendarView.SelectionModel.SelectionMode> selectionModeProperty -
selectedDate
-
selectedEndDate
-
selectedDates
-
-
Constructor Details
-
SelectionModel
public SelectionModel()
-
-
Method Details
-
clearSelection
public final void clearSelection() -
getSelectionMode
Gets the value of theselectionModeproperty.- Property description:
- Returns:
- the value of the
selectionModeproperty - See Also:
-
selectionModeProperty
public final javafx.beans.property.ObjectProperty<CalendarView.SelectionModel.SelectionMode> selectionModeProperty()- Returns:
- the
selectionModeproperty - See Also:
-
setSelectionMode
Sets the value of theselectionModeproperty.- Property description:
- Parameters:
selectionMode- the value for theselectionModeproperty- See Also:
-
clearAndSelect
-
select
-
clearSelection
-
isSelected
-
getSelectedDate
Gets the value of theselectedDateproperty.- Property description:
- Returns:
- the value of the
selectedDateproperty - See Also:
-
selectedDateProperty
- Returns:
- the
selectedDateproperty - See Also:
-
setSelectedDate
Sets the value of theselectedDateproperty.- Property description:
- Parameters:
selectedDate- the value for theselectedDateproperty- See Also:
-
getSelectedEndDate
Gets the value of theselectedEndDateproperty.- Property description:
- Returns:
- the value of the
selectedEndDateproperty - See Also:
-
selectedEndDateProperty
- Returns:
- the
selectedEndDateproperty - See Also:
-
setSelectedEndDate
Sets the value of theselectedEndDateproperty.- Property description:
- Parameters:
selectedEndDate- the value for theselectedEndDateproperty- See Also:
-
getSelectedDates
Gets the value of theselectedDatesproperty.- Property description:
- Returns:
- the value of the
selectedDatesproperty - See Also:
-
selectedDatesProperty
- Returns:
- the
selectedDatesproperty - See Also:
-
setSelectedDates
Sets the value of theselectedDatesproperty.- Property description:
- Parameters:
selectedDates- the value for theselectedDatesproperty- See Also:
-