| Class Summary | 
| 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 | 
| HalfHourInterval | This class represents an interval of up to half an hour. | 
| Interval | This class represents a period of time, which may be given a label. | 
| 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. |