Interface CalendarEvent

All Known Implementing Classes:
AbstractCalendarEvent, SimpleCalendarEvent

public interface CalendarEvent
  • Method Details

    • getStart

      long getStart()
    • getStartInstant

      default java.time.Instant getStartInstant()
    • getEnd

      long getEnd()
    • getEndInstant

      default java.time.Instant getEndInstant()
    • isAllDay

      boolean isAllDay()
    • getIcon

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

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

      org.teamapps.common.format.Color getBackgroundColor()
    • getBorderColor

      org.teamapps.common.format.Color getBorderColor()
    • getRendering

    • isAllowDragOperations

      boolean isAllowDragOperations()