Interface EntityCalendarEventProvider
- All Known Implementing Classes:
- ContainerCalendarEventProvider
public interface EntityCalendarEventProvider
An event provider that contains entities.
- 
Method SummaryModifier 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- 
setStartDatePropertySets 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
 
- 
setEndDatePropertySets 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
 
- 
setCaptionPropertySets 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
 
- 
setDescriptionPropertySets 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
 
- 
setStyleNamePropertySets 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
 
- 
setAllDayPropertySets 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
 
- 
unbindvoid unbind()
 
-