Class AllAppointments
java.lang.Object
jfxtras.internal.scene.control.skin.agenda.AllAppointments
Capture the logic to extract the different types of appointments in one place.
- Author:
- Tom Eugelink
-
Constructor Summary
ConstructorsConstructorDescriptionAllAppointments(javafx.collections.ObservableList<Agenda.Appointment> appointments) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOnChangeListener(Runnable runnable) fires when something changes in the appointmentscollectRegularFor(LocalDate localDate) collectTaskFor(LocalDate localDate) collectWholedayFor(LocalDate localDate) voidremoveOnChangeListener(Runnable runnable)
-
Constructor Details
-
AllAppointments
-
-
Method Details
-
addOnChangeListener
fires when something changes in the appointments -
removeOnChangeListener
-
collectWholedayFor
-
collectTaskFor
-
collectRegularFor
-