Uses of Interface
org.zkoss.calendar.api.CalendarModel
-
Packages that use CalendarModel Package Description org.zkoss.calendar org.zkoss.calendar.api org.zkoss.calendar.event org.zkoss.calendar.impl -
-
Uses of CalendarModel in org.zkoss.calendar
Fields in org.zkoss.calendar declared as CalendarModel Modifier and Type Field Description protected CalendarModelCalendars. _modelMethods in org.zkoss.calendar that return CalendarModel Modifier and Type Method Description CalendarModelCalendars. getModel()Returns the calendar model.Methods in org.zkoss.calendar with parameters of type CalendarModel Modifier and Type Method Description voidCalendars. setModel(CalendarModel model)Sets the calendar model. -
Uses of CalendarModel in org.zkoss.calendar.api
Methods in org.zkoss.calendar.api that return CalendarModel Modifier and Type Method Description CalendarModelCalendars. getModel()Deprecated.Returns the calendar model.Methods in org.zkoss.calendar.api with parameters of type CalendarModel Modifier and Type Method Description voidCalendars. setModel(CalendarModel model)Deprecated.Sets the calendar model. -
Uses of CalendarModel in org.zkoss.calendar.event
Methods in org.zkoss.calendar.event that return CalendarModel Modifier and Type Method Description CalendarModelCalendarDataEvent. getModel()Returns the calendar model that fires this event.Constructors in org.zkoss.calendar.event with parameters of type CalendarModel Constructor Description CalendarDataEvent(CalendarModel model, int type, Date begin, Date end, TimeZone timezone)Deprecated.As of release 2.0-RC, replaced withCalendarDataEvent(CalendarModel model, int type, CalendarItem e, TimeZone timezone)CalendarDataEvent(CalendarModel model, int type, CalendarItem e, TimeZone timezone)Contructor. -
Uses of CalendarModel in org.zkoss.calendar.impl
Classes in org.zkoss.calendar.impl that implement CalendarModel Modifier and Type Class Description classAbstractCalendarModelA skeletal implementation forCalendarModelclassSimpleCalendarModelA simple implementation ofCalendarModel.
-