Package ch.zhaw.tasklist.utils
Class AppointmentUtil
- java.lang.Object
-
- ch.zhaw.tasklist.utils.AppointmentUtil
-
public class AppointmentUtil extends java.lang.Object
Convenience Utility for Appointments.
-
-
Constructor Summary
Constructors Constructor Description AppointmentUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javafx.beans.property.ListProperty<Appointment>
getAllAppointmentsFromProject(Project project)
Return all appointments of a project.
-
-
-
Method Detail
-
getAllAppointmentsFromProject
public static javafx.beans.property.ListProperty<Appointment> getAllAppointmentsFromProject(Project project)
Return all appointments of a project. This includes appointments of child projects.- Parameters:
project
- the project to get the appointments from- Returns:
- an aggregated list containing all
Appointment
(seeAggregatedListProperty
)
-
-