Interface EntityCalendarEventProvider
- All Known Implementing Classes:
ContainerCalendarEventProvider
public interface EntityCalendarEventProvider
An event provider that contains entities.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllDayProperty
(String allDayProperty) Sets the name of the property that represents whether event is an all-day event.void
setCaptionProperty
(String captionProperty) Sets the name of the property that represents caption of event.void
setDescriptionProperty
(String descriptionProperty) Sets the name of the property that represents description of event.void
setEndDateProperty
(String endDateProperty) Sets the name of the property that represents end date of event.void
setStartDateProperty
(String startDateProperty) Sets the name of the property that represents start date of event.void
setStyleNameProperty
(String styleNameProperty) Sets the name of the property that represents style name of event.void
unbind()
-
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
-true
if this event is an all-day event,false
otherwise
-
getIsAllDayProperty
- Returns:
true
if this event is an all-day event,false
otherwise
-
unbind
void unbind()
-