Class AppointmentUtil


  • public class AppointmentUtil
    extends java.lang.Object
    Convenience Utility for Appointments.
    • Constructor Detail

      • AppointmentUtil

        public AppointmentUtil()
    • 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 (see AggregatedListProperty)