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

Method Summary
 java.lang.String getCssClassForCategory()
           
 
Methods inherited from interface org.wicketstuff.calendarviews.model.IEvent
getEndTime, getStartTime, getTitle, isAllDayEvent
 

Method Detail

getCssClassForCategory

java.lang.String getCssClassForCategory()


Copyright © 2010. All Rights Reserved.