Interface CalendarEvent

All Known Implementing Classes:
AbstractCalendarEvent, SimpleCalendarEvent

public interface CalendarEvent
  • Method Details

    • getStart

      long getStart()
    • getStartInstant

      default Instant getStartInstant()
    • getEnd

      long getEnd()
    • getEndInstant

      default Instant getEndInstant()
    • isAllDay

      boolean isAllDay()
    • getIcon

      default Icon getIcon()
      In case the event is rendered without a template, use this icon.
    • getTitle

      default String getTitle()
      In case the event is rendered without a template, use this title.
    • getBackgroundColor

      Color getBackgroundColor()
    • getBorderColor

      Color getBorderColor()
    • getRendering

    • isAllowDragOperations

      boolean isAllowDragOperations()