public interface CalendarItem
Calendars
to render the
event data.Modifier and Type | Method and Description |
---|---|
java.time.Instant |
getBegin()
Returns the beginning date of the calendar item in Instant.
|
default java.util.Date |
getBeginDate()
Deprecated.
since 3.0.0
|
java.lang.String |
getContent()
Returns the content of the calendar item.
|
java.lang.String |
getContentColor()
Returns the color of the content in the calendar item.
|
java.time.Instant |
getEnd()
Returns the beginning date of the calendar item in Instant.
|
default java.util.Date |
getEndDate()
Deprecated.
since 3.0.0
|
java.lang.String |
getHeaderColor()
Returns the color of the header in the calendar item.
|
java.lang.String |
getTitle()
Returns the title of the calendar item.
|
java.lang.String |
getZclass()
Returns the zclass of the calendar item.
|
boolean |
isLocked()
When it returns true, an end-user can't move the calendar item by mouse drag and drop in a browser.
|
@Deprecated default java.util.Date getBeginDate()
java.time.Instant getBegin()
@Deprecated default java.util.Date getEndDate()
java.time.Instant getEnd()
java.lang.String getTitle()
Note: never null
java.lang.String getContent()
Note: never null
java.lang.String getHeaderColor()
Note: never null
java.lang.String getContentColor()
Note: never null
java.lang.String getZclass()
Note: never null
boolean isLocked()
Copyright © 2021. All Rights Reserved.