Uses of Class
org.teamapps.ux.component.calendar.SimpleCalendarEvent
-
Packages that use SimpleCalendarEvent Package Description org.teamapps.ux.component.calendar -
-
Uses of SimpleCalendarEvent in org.teamapps.ux.component.calendar
Methods in org.teamapps.ux.component.calendar that return types with arguments of type SimpleCalendarEvent Modifier and Type Method Description java.util.List<SimpleCalendarEvent<PAYLOAD>>SimpleCalendarModel. getEvents()java.util.List<SimpleCalendarEvent<PAYLOAD>>SimpleCalendarModel. getEventsForInterval(java.time.Instant start, java.time.Instant end)Methods in org.teamapps.ux.component.calendar with parameters of type SimpleCalendarEvent Modifier and Type Method Description voidSimpleCalendar. 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 SimpleCalendarEvent Modifier and Type Method Description voidSimpleCalendar. setEvents(java.util.List<SimpleCalendarEvent<PAYLOAD>> events)voidSimpleCalendarModel. setEvents(java.util.List<SimpleCalendarEvent<PAYLOAD>> events)Constructor parameters in org.teamapps.ux.component.calendar with type arguments of type SimpleCalendarEvent Constructor Description SimpleCalendar(java.util.List<SimpleCalendarEvent<PAYLOAD>> events)SimpleCalendarModel(java.util.List<SimpleCalendarEvent<PAYLOAD>> events)
-