Package org.apache.myfaces.custom.schedule.model

Interface Summary
ScheduleEntry A schedule entry is an appointment or event.
ScheduleModel The underlying model of the UISchedule component.
 

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
PlannerEntity A Planner entity is a person, room, piece of equipment, ... that is displayed as a row in the planner component.
PlannerModel The model of a Planner component TODO this should be an interface, with a DefaultPlannerModel implementation
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.