public interface CalendarEvent
Calendars to render the
event data.| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginDate()
Returns the beginning date of the calendar event.
|
String |
getContent()
Returns the content of the calendar event.
|
String |
getContentColor()
Returns the color of the content in the calendar event.
|
Date |
getEndDate()
Returns the end date of the calendar event.
|
String |
getHeaderColor()
Returns the color of the header in the calendar event.
|
String |
getTitle()
Returns the title of the calendar event.
|
String |
getZclass()
Returns the zclass of the calendar event.
|
boolean |
isLocked()
Returns whether the calendar event is locked or not.
|
Date getBeginDate()
Note: never null
Date getEndDate()
Note: never null
String getTitle()
Note: never null
String getContent()
Note: never null
String getHeaderColor()
Note: never null
String getContentColor()
Note: never null
String getZclass()
Note: never null
boolean isLocked()
Copyright © 2015. All Rights Reserved.