Class SimpleCalendarEvent<PAYLOAD>
java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarEvent
org.teamapps.ux.component.calendar.SimpleCalendarEvent<PAYLOAD>
- All Implemented Interfaces:
CalendarEvent
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleCalendarEvent(long start, long end, Icon icon, String caption) SimpleCalendarEvent(Instant start, Instant end, Icon icon, String caption) -
Method Summary
Modifier and TypeMethodDescriptiongetBadge()getIcon()In case the event is rendered without a template, use this icon.getImage()getTitle()In case the event is rendered without a template, use this title.voidvoidsetCaption(String caption) voidvoidvoidsetPayload(PAYLOAD payload) Methods inherited from class org.teamapps.ux.component.calendar.AbstractCalendarEvent
getBackgroundColor, getBorderColor, getEnd, getRendering, getStart, isAllDay, isAllowDragOperations, setAllDay, setAllowDragOperations, setBackgroundColor, setBorderColor, setEnd, setRendering, setStart, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.calendar.CalendarEvent
getEndInstant, getStartInstant
-
Constructor Details
-
SimpleCalendarEvent
-
SimpleCalendarEvent
-
-
Method Details
-
getIcon
Description copied from interface:CalendarEventIn case the event is rendered without a template, use this icon. -
setIcon
-
getImage
-
setImage
-
getTitle
Description copied from interface:CalendarEventIn case the event is rendered without a template, use this title. -
getCaption
-
setCaption
-
getBadge
-
setBadge
-
getPayload
-
setPayload
-