Class AbstractCalendarEvent

java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarEvent
All Implemented Interfaces:
CalendarEvent
Direct Known Subclasses:
SimpleCalendarEvent

public class AbstractCalendarEvent extends Object implements CalendarEvent
  • Constructor Details

    • AbstractCalendarEvent

      public AbstractCalendarEvent(Instant start, Instant end)
    • AbstractCalendarEvent

      public AbstractCalendarEvent(long start, long end)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStart

      public long getStart()
      Specified by:
      getStart in interface CalendarEvent
    • setStart

      public void setStart(long start)
    • getEnd

      public long getEnd()
      Specified by:
      getEnd in interface CalendarEvent
    • setEnd

      public void setEnd(long end)
    • isAllDay

      public boolean isAllDay()
      Specified by:
      isAllDay in interface CalendarEvent
    • setAllDay

      public void setAllDay(boolean allDay)
    • isAllowDragOperations

      public boolean isAllowDragOperations()
      Specified by:
      isAllowDragOperations in interface CalendarEvent
    • setAllowDragOperations

      public void setAllowDragOperations(boolean allowDragOperations)
    • getBackgroundColor

      public org.teamapps.common.format.Color getBackgroundColor()
      Specified by:
      getBackgroundColor in interface CalendarEvent
    • setBackgroundColor

      public void setBackgroundColor(org.teamapps.common.format.Color backgroundColor)
    • getBorderColor

      public org.teamapps.common.format.Color getBorderColor()
      Specified by:
      getBorderColor in interface CalendarEvent
    • setBorderColor

      public void setBorderColor(org.teamapps.common.format.Color borderColor)
    • getRendering

      public CalendarEventRenderingStyle getRendering()
      Specified by:
      getRendering in interface CalendarEvent
    • setRendering

      public void setRendering(CalendarEventRenderingStyle rendering)