Uses of Interface
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
Methods in org.teamapps.ux.application.model that return types with arguments of type CalendarEvent 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 CalendarEvent in org.teamapps.ux.component.calendar
Classes in org.teamapps.ux.component.calendar with type parameters of type CalendarEvent Modifier and Type Class Description classAbstractCalendarModel<CEVENT extends CalendarEvent>classCalendar<CEVENT extends CalendarEvent>interfaceCalendarEventTemplateDecider<CEVENT extends CalendarEvent>interfaceCalendarModel<CEVENT extends CalendarEvent>classEventClickedEventData<CEVENT extends CalendarEvent>Classes in org.teamapps.ux.component.calendar that implement CalendarEvent Modifier and Type Class Description classAbstractCalendarEventclassSimpleCalendarEvent<PAYLOAD>
-