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
java.lang.String getCssClassForCategory()
Copyright © 2010. All Rights Reserved.