Interface ICalendarVisitor


public interface ICalendarVisitor
Provides the ability for a 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

    Modifier and Type
    Method
    Description
    void
    Visits the CalendarEvent