Class AbstractCalendarEvent
java.lang.Object
org.teamapps.ux.component.calendar.AbstractCalendarEvent
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCalendarEvent(long start, long end) AbstractCalendarEvent(Instant start, Instant end) -
Method Summary
Modifier and TypeMethodDescriptionlonggetEnd()longgetStart()booleanisAllDay()booleanvoidsetAllDay(boolean allDay) voidsetAllowDragOperations(boolean allowDragOperations) voidsetBackgroundColor(Color backgroundColor) voidsetBorderColor(Color borderColor) voidsetEnd(long end) voidsetRendering(CalendarEventRenderingStyle rendering) voidsetStart(long start) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.calendar.CalendarEvent
getEndInstant, getIcon, getStartInstant, getTitle
-
Constructor Details
-
AbstractCalendarEvent
-
AbstractCalendarEvent
public AbstractCalendarEvent(long start, long end)
-
-
Method Details
-
toString
-
getStart
public long getStart()- Specified by:
getStartin interfaceCalendarEvent
-
setStart
public void setStart(long start) -
getEnd
public long getEnd()- Specified by:
getEndin interfaceCalendarEvent
-
setEnd
public void setEnd(long end) -
isAllDay
public boolean isAllDay()- Specified by:
isAllDayin interfaceCalendarEvent
-
setAllDay
public void setAllDay(boolean allDay) -
isAllowDragOperations
public boolean isAllowDragOperations()- Specified by:
isAllowDragOperationsin interfaceCalendarEvent
-
setAllowDragOperations
public void setAllowDragOperations(boolean allowDragOperations) -
getBackgroundColor
- Specified by:
getBackgroundColorin interfaceCalendarEvent
-
setBackgroundColor
-
getBorderColor
- Specified by:
getBorderColorin interfaceCalendarEvent
-
setBorderColor
-
getRendering
- Specified by:
getRenderingin interfaceCalendarEvent
-
setRendering
-