| Interfaces | |
|---|---|
| ScheduleEntry | A schedule entry is an appointment or event. |
| ScheduleModel | The underlying model of the UISchedule component. |
| Classes | |
|---|---|
| AbstractScheduleModel | Extend this class to create your own implementation of a ScheduleModel |
| Day | This class represents a day in the Schedule component |
| DefaultScheduleEntry | A default implementation of a Schedule entry |
| PlannerEntity | A Planner entity is a person, room, piece of equipment, ... |
| PlannerModel | The model of a Planner component |
| ScheduleDay | This class represents one day in the schedule component |
| SimpleScheduleModel | A simple implementation of the ScheduleModel, not backed by any kind of datasource: entries have to be added manually. |