Interface EntityCalendarEventProvider
- All Known Implementing Classes:
ContainerCalendarEventProvider
public interface EntityCalendarEventProvider
An event provider that contains entities.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllDayProperty(String allDayProperty) Sets the name of the property that represents whether event is an all-day event.voidsetCaptionProperty(String captionProperty) Sets the name of the property that represents caption of event.voidsetDescriptionProperty(String descriptionProperty) Sets the name of the property that represents description of event.voidsetEndDateProperty(String endDateProperty) Sets the name of the property that represents end date of event.voidsetStartDateProperty(String startDateProperty) Sets the name of the property that represents start date of event.voidsetStyleNameProperty(String styleNameProperty) Sets the name of the property that represents style name of event.voidunbind()
-
Method Details
-
setStartDateProperty
Sets the name of the property that represents start date of event.- Parameters:
startDateProperty- the name of the property that represents start date of event
-
getStartDateProperty
- Returns:
- the name of the property that represents start date of event
-
setEndDateProperty
Sets the name of the property that represents end date of event.- Parameters:
endDateProperty- the name of the property that represents end date of event
-
getEndDateProperty
- Returns:
- the name of the property that represents end date of event
-
setCaptionProperty
Sets the name of the property that represents caption of event.- Parameters:
captionProperty- the name of the property that represents caption of event
-
getCaptionProperty
- Returns:
- the name of the property that represents caption of event
-
setDescriptionProperty
Sets the name of the property that represents description of event.- Parameters:
descriptionProperty- the name of the property that represents description of event
-
getDescriptionProperty
- Returns:
- the name of the property that represents description of event
-
setStyleNameProperty
Sets the name of the property that represents style name of event.- Parameters:
styleNameProperty- the name of the property that represents style name of event
-
getStyleNameProperty
- Returns:
- the name of the property that represents style name of event
-
setAllDayProperty
Sets the name of the property that represents whether event is an all-day event.- Parameters:
allDayProperty-trueif this event is an all-day event,falseotherwise
-
getIsAllDayProperty
- Returns:
trueif this event is an all-day event,falseotherwise
-
unbind
void unbind()
-