Uses of Class
org.teamapps.ux.component.calendar.SimpleCalendarEvent
Packages that use SimpleCalendarEvent
-
Uses of SimpleCalendarEvent in org.teamapps.ux.component.calendar
Subclasses with type arguments of type SimpleCalendarEvent in org.teamapps.ux.component.calendarModifier and TypeClassDescriptionclassSimpleCalendar<PAYLOAD>classSimpleCalendarModel<PAYLOAD>Methods in org.teamapps.ux.component.calendar that return types with arguments of type SimpleCalendarEventModifier and TypeMethodDescriptionSimpleCalendarModel.getEvents()SimpleCalendarModel.getEventsForInterval(Instant start, Instant end) Methods in org.teamapps.ux.component.calendar with parameters of type SimpleCalendarEventModifier and TypeMethodDescriptionvoidSimpleCalendar.addEvent(SimpleCalendarEvent<PAYLOAD> event) voidSimpleCalendarModel.addEvent(SimpleCalendarEvent<PAYLOAD> event) voidSimpleCalendar.removeEvent(SimpleCalendarEvent<PAYLOAD> event) voidSimpleCalendarModel.removeEvent(SimpleCalendarEvent<PAYLOAD> event) Method parameters in org.teamapps.ux.component.calendar with type arguments of type SimpleCalendarEventModifier and TypeMethodDescriptionvoidSimpleCalendar.setEvents(List<SimpleCalendarEvent<PAYLOAD>> events) voidSimpleCalendarModel.setEvents(List<SimpleCalendarEvent<PAYLOAD>> events) Constructor parameters in org.teamapps.ux.component.calendar with type arguments of type SimpleCalendarEventModifierConstructorDescriptionSimpleCalendar(List<SimpleCalendarEvent<PAYLOAD>> events) SimpleCalendarModel(List<SimpleCalendarEvent<PAYLOAD>> events)