Uses of Interface
org.teamapps.ux.component.calendar.CalendarModel
-
Packages that use 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<RECORD>AbstractPerspectiveDataModel. getCalendarModel(java.util.function.Function<RECORD,CalendarEvent<RECORD>> eventProvider, java.lang.String calendarFieldName)CalendarModel<ENTITY>PerspectiveDataModel. getCalendarModel(java.util.function.Function<ENTITY,CalendarEvent<ENTITY>> 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<RECORD>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<RECORD> model)Constructors in org.teamapps.ux.component.calendar with parameters of type CalendarModel Constructor Description Calendar(CalendarModel<RECORD> model)
-