Interface ICalendarVisitor
public interface ICalendarVisitor
Provides the ability for a
A typical use is to set the css class-name (
CalendarEvent to be visited by a CalendarModel, after events have been retrieved by the CalendarModelBehavior (after LoadableDetachableModel.load()) A typical use is to set the css class-name (
CalendarEvent.setClassName(String)) depending on another property.- Author:
- Sebastien Briquet - sebfz1
-
Method Summary
-
Method Details
-
visit
Visits theCalendarEvent- Parameters:
event- theCalendarEvent
-