Class SimpleCalendarModel<PAYLOAD>
java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarModel<SimpleCalendarEvent<PAYLOAD>>
org.teamapps.ux.component.calendar.SimpleCalendarModel<PAYLOAD>
- All Implemented Interfaces:
CalendarModel<SimpleCalendarEvent<PAYLOAD>>
public class SimpleCalendarModel<PAYLOAD>
extends AbstractCalendarModel<SimpleCalendarEvent<PAYLOAD>>
-
Field Summary
Fields inherited from class org.teamapps.ux.component.calendar.AbstractCalendarModel
onCalendarDataChanged -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEvent(SimpleCalendarEvent<PAYLOAD> event) getEventsForInterval(Instant start, Instant end) voidremoveEvent(SimpleCalendarEvent<PAYLOAD> event) voidsetEvents(List<SimpleCalendarEvent<PAYLOAD>> events) Methods inherited from class org.teamapps.ux.component.calendar.AbstractCalendarModel
onCalendarDataChanged
-
Constructor Details
-
SimpleCalendarModel
-
SimpleCalendarModel
public SimpleCalendarModel()
-
-
Method Details
-
getEventsForInterval
-
getEvents
-
setEvents
-
addEvent
-
removeEvent
-