Uses of Class
jfxtras.scene.control.agenda.Agenda.LocalDateTimeRange
Packages that use Agenda.LocalDateTimeRange
-
Uses of Agenda.LocalDateTimeRange in jfxtras.scene.control.agenda
Fields in jfxtras.scene.control.agenda with type parameters of type Agenda.LocalDateTimeRangeModifier and TypeFieldDescriptionprivate final javafx.beans.property.ObjectProperty<javafx.util.Callback<Agenda.LocalDateTimeRange,
Void>> private final javafx.beans.property.ObjectProperty<javafx.util.Callback<Agenda.LocalDateTimeRange,
Agenda.Appointment>> Methods in jfxtras.scene.control.agenda that return types with arguments of type Agenda.LocalDateTimeRangeModifier and TypeMethodDescriptionjavafx.util.Callback<Agenda.LocalDateTimeRange,
Void> Agenda.getLocalDateTimeRangeCallback()
Gets the value of the property localDateTimeRangeCallback.javafx.util.Callback<Agenda.LocalDateTimeRange,
Agenda.Appointment> Agenda.getNewAppointmentCallback()
Gets the value of the property newAppointmentCallback.javafx.beans.property.ObjectProperty<javafx.util.Callback<Agenda.LocalDateTimeRange,
Void>> Agenda.localDateTimeRangeCallbackProperty()
localDateTimeRangeCallback: Appointments should match: - start date >= range start - end date <= range endjavafx.beans.property.ObjectProperty<javafx.util.Callback<Agenda.LocalDateTimeRange,
Agenda.Appointment>> Agenda.newAppointmentCallbackProperty()
addAppointmentCallback: Since the Agenda is not the owner of the appointments but only dictates an interface, it does not know how to create a new one.Method parameters in jfxtras.scene.control.agenda with type arguments of type Agenda.LocalDateTimeRangeModifier and TypeMethodDescriptionvoid
Agenda.setLocalDateTimeRangeCallback
(javafx.util.Callback<Agenda.LocalDateTimeRange, Void> value) Sets the value of the property localDateTimeRangeCallback.void
Agenda.setNewAppointmentCallback
(javafx.util.Callback<Agenda.LocalDateTimeRange, Agenda.Appointment> value) Sets the value of the property newAppointmentCallback.Agenda.withLocalDateTimeRangeCallback
(javafx.util.Callback<Agenda.LocalDateTimeRange, Void> value) Agenda.withNewAppointmentCallback
(javafx.util.Callback<Agenda.LocalDateTimeRange, Agenda.Appointment> value)