Uses of Interface
to.etc.domui.component.agenda.ScheduleModel

Packages that use ScheduleModel
to.etc.domui.component.agenda   
 

Uses of ScheduleModel in to.etc.domui.component.agenda
 

Classes in to.etc.domui.component.agenda that implement ScheduleModel
 class BasicScheduleModel<T extends ScheduleItem>
           
 

Methods in to.etc.domui.component.agenda that return ScheduleModel
 ScheduleModel<T> WeekAgendaComponent.getModel()
           
 

Methods in to.etc.domui.component.agenda with parameters of type ScheduleModel
 void WeekAgendaComponent.setModel(ScheduleModel<T> model)