public interface EntityCalendarEventProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCaptionProperty() |
java.lang.String |
getDescriptionProperty() |
java.lang.String |
getEndDateProperty() |
java.lang.String |
getIsAllDayProperty() |
java.lang.String |
getStartDateProperty() |
java.lang.String |
getStyleNameProperty() |
void |
setAllDayProperty(java.lang.String allDayProperty)
Sets the name of the property that represents whether event is an all-day event.
|
void |
setCaptionProperty(java.lang.String captionProperty)
Sets the name of the property that represents caption of event.
|
void |
setDescriptionProperty(java.lang.String descriptionProperty)
Sets the name of the property that represents description of event.
|
void |
setEndDateProperty(java.lang.String endDateProperty)
Sets the name of the property that represents end date of event.
|
void |
setStartDateProperty(java.lang.String startDateProperty)
Sets the name of the property that represents start date of event.
|
void |
setStyleNameProperty(java.lang.String styleNameProperty)
Sets the name of the property that represents style name of event.
|
void |
unbind() |
void setStartDateProperty(java.lang.String startDateProperty)
startDateProperty
- the name of the property that represents start date of eventjava.lang.String getStartDateProperty()
void setEndDateProperty(java.lang.String endDateProperty)
endDateProperty
- the name of the property that represents end date of eventjava.lang.String getEndDateProperty()
void setCaptionProperty(java.lang.String captionProperty)
captionProperty
- the name of the property that represents caption of eventjava.lang.String getCaptionProperty()
void setDescriptionProperty(java.lang.String descriptionProperty)
descriptionProperty
- the name of the property that represents description of eventjava.lang.String getDescriptionProperty()
void setStyleNameProperty(java.lang.String styleNameProperty)
styleNameProperty
- the name of the property that represents style name of eventjava.lang.String getStyleNameProperty()
void setAllDayProperty(java.lang.String allDayProperty)
allDayProperty
- true
if this event is an all-day event, false
otherwisejava.lang.String getIsAllDayProperty()
true
if this event is an all-day event, false
otherwisevoid unbind()