Uses of Interface
org.teamapps.ux.component.calendar.CalendarModel
| Package | Description |
|---|---|
| org.teamapps.ux.application.model | |
| org.teamapps.ux.component.calendar |
-
Uses of CalendarModel in org.teamapps.ux.application.model
Methods in org.teamapps.ux.application.model that return CalendarModel Modifier and Type Method Description CalendarModel<CalendarEvent>AbstractPerspectiveDataModel. getCalendarModel()CalendarModel<CalendarEvent>AbstractPerspectiveDataModel. getCalendarModel(java.util.function.Function<RECORD,AbstractCalendarEvent> eventProvider, java.lang.String calendarFieldName)CalendarModel<CalendarEvent>PerspectiveDataModel. getCalendarModel(java.util.function.Function<ENTITY,AbstractCalendarEvent> eventProvider, java.lang.String calendarFieldName) -
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)