Uses of Class
org.teamapps.ux.component.calendar.CalendarEvent
-
Packages that use CalendarEvent Package Description org.teamapps.ux.application.model org.teamapps.ux.component.calendar -
-
Uses of CalendarEvent in org.teamapps.ux.application.model
Method parameters in org.teamapps.ux.application.model with type arguments of type CalendarEvent 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 CalendarEvent in org.teamapps.ux.component.calendar
Methods in org.teamapps.ux.component.calendar that return CalendarEvent Modifier and Type Method Description CalendarEvent<RECORD>EventClickedEventData. getEvent()CalendarEvent<RECORD>EventMovedEventData. getEvent()Methods in org.teamapps.ux.component.calendar that return types with arguments of type CalendarEvent Modifier and Type Method Description TemplateDecider<CalendarEvent<RECORD>>Calendar. getDayViewTemplateDecider()java.util.List<CalendarEvent<RECORD>>CalendarModel. getEventsForInterval(java.time.Instant start, java.time.Instant end)TemplateDecider<CalendarEvent<RECORD>>Calendar. getMonthViewTemplateDecider()Method parameters in org.teamapps.ux.component.calendar with type arguments of type CalendarEvent Modifier and Type Method Description voidCalendar. setDayViewTemplateDecider(TemplateDecider<CalendarEvent<RECORD>> dayViewTemplateDecider)voidCalendar. setMonthViewTemplateDecider(TemplateDecider<CalendarEvent<RECORD>> monthViewTemplateDecider)Constructors in org.teamapps.ux.component.calendar with parameters of type CalendarEvent Constructor Description EventClickedEventData(CalendarEvent<RECORD> event, boolean isDoubleClick)EventMovedEventData(CalendarEvent<RECORD> event, java.time.Instant newStart, java.time.Instant newEnd)
-