Uses of Interface
org.apache.myfaces.custom.schedule.model.ScheduleModel

Packages that use ScheduleModel
org.apache.myfaces.custom.schedule   
org.apache.myfaces.custom.schedule.model   
 

Uses of ScheduleModel in org.apache.myfaces.custom.schedule
 

Methods in org.apache.myfaces.custom.schedule that return ScheduleModel
 ScheduleModel AbstractUIScheduleBase.getModel()
          The underlying model
 

Methods in org.apache.myfaces.custom.schedule with parameters of type ScheduleModel
 void AbstractUIScheduleBase.setModel(ScheduleModel model)
          The underlying model
 

Uses of ScheduleModel in org.apache.myfaces.custom.schedule.model
 

Classes in org.apache.myfaces.custom.schedule.model that implement ScheduleModel
 class AbstractScheduleModel
           Extend this class to create your own implementation of a ScheduleModel
 class SimpleScheduleModel
           A simple implementation of the ScheduleModel, not backed by any kind of datasource: entries have to be added manually.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.