Interface Agenda.AppointmentGroup

All Known Implementing Classes:
Agenda.AppointmentGroupImpl
Enclosing class:
Agenda

public static interface Agenda.AppointmentGroup
The interface that appointment groups must adhere to; you can provide your own implementation. An appointment group is a binding element between appointments; it contains information about visualization, and in the future reminders, etc.
  • Method Details

    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String s)
    • getStyleClass

      String getStyleClass()
    • setStyleClass

      void setStyleClass(String s)