Interface CalendarEvent
- All Known Implementing Classes:
AbstractCalendarEvent,SimpleCalendarEvent
public interface CalendarEvent
-
Method Summary
Modifier and TypeMethodDescriptionlonggetEnd()default Instantdefault IcongetIcon()In case the event is rendered without a template, use this icon.longgetStart()default Instantdefault StringgetTitle()In case the event is rendered without a template, use this title.booleanisAllDay()boolean
-
Method Details
-
getStart
long getStart() -
getStartInstant
-
getEnd
long getEnd() -
getEndInstant
-
isAllDay
boolean isAllDay() -
getIcon
In case the event is rendered without a template, use this icon. -
getTitle
In case the event is rendered without a template, use this title. -
getBackgroundColor
Color getBackgroundColor() -
getBorderColor
Color getBorderColor() -
getRendering
CalendarEventRenderingStyle getRendering() -
isAllowDragOperations
boolean isAllowDragOperations()
-