Interface ICalendarVisitor
-
public interface ICalendarVisitorProvides the ability for aCalendarEventto be visited by aCalendarModel, after events have been retrieved by theCalendarModelBehavior(afterLoadableDetachableModel.load())
A typical use is to set the css class-name (CalendarEvent.setClassName(String)) depending on another property.- Author:
- Sebastien Briquet - sebfz1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(CalendarEvent event)Visits theCalendarEvent
-
-
-
Method Detail
-
visit
void visit(CalendarEvent event)
Visits theCalendarEvent- Parameters:
event- theCalendarEvent
-
-