org.wicketstuff.calendarviews.model
Interface ICategorizedEvent
- All Superinterfaces:
- IEvent
- All Known Implementing Classes:
- BasicCategorizedEvent
public interface ICategorizedEvent
- extends IEvent
If your events fall into multiple categories, you can return implementations of this anywhere you
would normally return IEvent's (i.e. IEventProvider). Then the calendar will add the specified
CSS class to each event.
- Author:
- Jeremy Thomerson
getCssClassForCategory
String getCssClassForCategory()
Copyright © 2011. All Rights Reserved.