Uses of Interface
org.teamapps.ux.component.calendar.CalendarModel
-
Packages that use CalendarModel Package Description org.teamapps.ux.component.calendar -
-
Uses of CalendarModel in org.teamapps.ux.component.calendar
Classes in org.teamapps.ux.component.calendar that implement CalendarModel Modifier and Type Class Description classAbstractCalendarModel<CEVENT extends CalendarEvent>classSimpleCalendarModel<PAYLOAD>Methods in org.teamapps.ux.component.calendar that return CalendarModel Modifier and Type Method Description CalendarModelCalendar. getModel()Methods in org.teamapps.ux.component.calendar with parameters of type CalendarModel Modifier and Type Method Description voidCalendar. setModel(CalendarModel<CEVENT> model)Constructors in org.teamapps.ux.component.calendar with parameters of type CalendarModel Constructor Description Calendar(CalendarModel<CEVENT> model)
-