Schnittstelle CalendarEvent
- Alle bekannten Implementierungsklassen:
AbstractCalendarEvent,SimpleCalendarEvent
public interface CalendarEvent
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.teamapps.common.format.Colororg.teamapps.common.format.ColorlonggetEnd()default Instantdefault org.teamapps.icons.IcongetIcon()In case the event is rendered without a template, use this icon.longgetStart()default Instantdefault StringgetTitle()In case the event is rendered without a template, use this title.booleanisAllDay()boolean
-
Methodendetails
-
getStart
long getStart() -
getStartInstant
-
getEnd
long getEnd() -
getEndInstant
-
isAllDay
boolean isAllDay() -
getIcon
default org.teamapps.icons.Icon getIcon()In case the event is rendered without a template, use this icon. -
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
CalendarEventRenderingStyle getRendering() -
isAllowDragOperations
boolean isAllowDragOperations()
-