Uses of Interface
org.wicketstuff.calendarviews.model.IEvent

Packages that use IEvent
org.wicketstuff.calendarviews   
org.wicketstuff.calendarviews.modal   
org.wicketstuff.calendarviews.model   
org.wicketstuff.calendarviews.util   
 

Uses of IEvent in org.wicketstuff.calendarviews
 

Methods in org.wicketstuff.calendarviews that return types with arguments of type IEvent
protected  java.util.Map<org.joda.time.DateMidnight,java.util.List<IEvent>> BaseCalendarView.convertToMapByDay(java.util.Collection<? extends IEvent> allEvents)
           
protected  org.apache.wicket.markup.html.list.ListView<IEvent> LargeView.createEventListView(java.lang.String id, org.apache.wicket.model.IModel<org.joda.time.DateMidnight> dateModel, int cellsLeftInRow, org.apache.wicket.model.IModel<java.util.List<IEvent>> model)
           
 

Methods in org.wicketstuff.calendarviews with parameters of type IEvent
 void IRenderStrategy.mapEvent(java.util.Map<org.joda.time.DateMidnight,java.util.List<IEvent>> map, IEvent event, BaseCalendarView calendar)
           
 

Method parameters in org.wicketstuff.calendarviews with type arguments of type IEvent
protected  java.util.Map<org.joda.time.DateMidnight,java.util.List<IEvent>> BaseCalendarView.convertToMapByDay(java.util.Collection<? extends IEvent> allEvents)
           
protected  org.apache.wicket.markup.html.WebMarkupContainer LargeView.createEventLink(java.lang.String id, org.apache.wicket.model.IModel<IEvent> model)
           
protected  org.apache.wicket.markup.html.list.ListView<IEvent> LargeView.createEventListView(java.lang.String id, org.apache.wicket.model.IModel<org.joda.time.DateMidnight> dateModel, int cellsLeftInRow, org.apache.wicket.model.IModel<java.util.List<IEvent>> model)
           
protected  org.apache.wicket.Page LargeView.createMoreDetailPage(org.apache.wicket.model.IModel<org.joda.time.DateMidnight> model, org.apache.wicket.model.IModel<java.util.List<IEvent>> eventsModel)
           
protected  org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow.PageCreator LargeView.getDetailModalPageCreator(org.apache.wicket.model.IModel<org.joda.time.DateMidnight> model, org.apache.wicket.model.IModel<java.util.List<IEvent>> eventsModel)
           
 void IRenderStrategy.mapEvent(java.util.Map<org.joda.time.DateMidnight,java.util.List<IEvent>> map, IEvent event, BaseCalendarView calendar)
           
protected  void LargeView.onMoreLinkClicked(org.apache.wicket.ajax.AjaxRequestTarget target, org.apache.wicket.model.IModel<org.joda.time.DateMidnight> model, org.apache.wicket.model.IModel<java.util.List<IEvent>> eventsModel)
           
 

Constructor parameters in org.wicketstuff.calendarviews with type arguments of type IEvent
AddCssClassBehavior(org.apache.wicket.model.IModel<IEvent> event)
           
 

Uses of IEvent in org.wicketstuff.calendarviews.modal
 

Method parameters in org.wicketstuff.calendarviews.modal with type arguments of type IEvent
 org.apache.wicket.markup.html.WebMarkupContainer DateDetailPage.IDateDetailPageEventLinkCreator.createEventLink(java.lang.String id, org.apache.wicket.model.IModel<IEvent> model)
           
 

Constructor parameters in org.wicketstuff.calendarviews.modal with type arguments of type IEvent
DateDetailPage(org.apache.wicket.model.IModel<org.joda.time.DateMidnight> model, org.apache.wicket.model.IModel<java.util.List<IEvent>> eventsModel, DateDetailPage.IDateDetailPageEventLinkCreator linkCreator)
           
 

Uses of IEvent in org.wicketstuff.calendarviews.model
 

Subinterfaces of IEvent in org.wicketstuff.calendarviews.model
 interface ICategorizedEvent
          If your events fall into multiple categories, you can return implementations of this anywhere you would normally return IEvent's (i.e.
 

Classes in org.wicketstuff.calendarviews.model that implement IEvent
 class BasicCategorizedEvent
          This is just an extension of BasicEvent that adds the specified CSS class to events.
 class BasicEvent
          This is just a simple IEvent implementation, mostly used for testing.
 

Uses of IEvent in org.wicketstuff.calendarviews.util
 

Fields in org.wicketstuff.calendarviews.util with type parameters of type IEvent
static java.util.Comparator<IEvent> Comparators.EVENT_START_DATE_ASC_COMPARATOR
           
 



Copyright © 2010. All Rights Reserved.