com.googlecode.wicket.jquery.ui.calendar
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 (meaning, after LoadableDetachableModel.load())
A typical use is to set the css class-name (CalendarEvent.setClassName(String)) depending on another property.
- Author:
- Sebastien Briquet - sebfz1
visit
void visit(CalendarEvent event)
- Visits the
CalendarEvent
- Parameters:
event - the CalendarEvent
Copyright © 2013 7thWeb. All Rights Reserved.