Class AbstractCalendarEvent

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

public class AbstractCalendarEvent
extends java.lang.Object
implements CalendarEvent
  • Constructor Details

    • AbstractCalendarEvent

      public AbstractCalendarEvent​(java.time.Instant start, java.time.Instant end)
    • AbstractCalendarEvent

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

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.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)