org.wicketstuff.calendarviews.model
Class BasicCategorizedEvent

java.lang.Object
  extended by org.wicketstuff.calendarviews.model.BasicEvent
      extended by org.wicketstuff.calendarviews.model.BasicCategorizedEvent
All Implemented Interfaces:
java.io.Serializable, ICategorizedEvent, IEvent

public class BasicCategorizedEvent
extends BasicEvent
implements ICategorizedEvent

This is just an extension of BasicEvent that adds the specified CSS class to events.

Author:
Jeremy Thomerson
See Also:
BasicEvent, Serialized Form

Constructor Summary
BasicCategorizedEvent()
           
 
Method Summary
 java.lang.String getCssClassForCategory()
           
 void setCssClassForCategory(java.lang.String cssClassForCategory)
           
 
Methods inherited from class org.wicketstuff.calendarviews.model.BasicEvent
equals, getEndTime, getStartTime, getTitle, hashCode, isAllDayEvent, setAllDayEvent, setEndTime, setStartTime, setTitle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wicketstuff.calendarviews.model.IEvent
getEndTime, getStartTime, getTitle, isAllDayEvent
 

Constructor Detail

BasicCategorizedEvent

public BasicCategorizedEvent()
Method Detail

getCssClassForCategory

public java.lang.String getCssClassForCategory()
Specified by:
getCssClassForCategory in interface ICategorizedEvent

setCssClassForCategory

public void setCssClassForCategory(java.lang.String cssClassForCategory)


Copyright © 2010. All Rights Reserved.