|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Map<org.joda.time.DateMidnight,List<IEvent>> |
BaseCalendarView.convertToMapByDay(Collection<? extends IEvent> allEvents)
|
protected ListView<IEvent> |
LargeView.createEventListView(String id,
IModel<org.joda.time.DateMidnight> dateModel,
int cellsLeftInRow,
IModel<List<IEvent>> model)
|
| Methods in org.wicketstuff.calendarviews with parameters of type IEvent | |
|---|---|
void |
IRenderStrategy.mapEvent(Map<org.joda.time.DateMidnight,List<IEvent>> map,
IEvent event,
BaseCalendarView calendar)
|
| Method parameters in org.wicketstuff.calendarviews with type arguments of type IEvent | |
|---|---|
protected Map<org.joda.time.DateMidnight,List<IEvent>> |
BaseCalendarView.convertToMapByDay(Collection<? extends IEvent> allEvents)
|
protected WebMarkupContainer |
LargeView.createEventLink(String id,
IModel<IEvent> model)
|
protected ListView<IEvent> |
LargeView.createEventListView(String id,
IModel<org.joda.time.DateMidnight> dateModel,
int cellsLeftInRow,
IModel<List<IEvent>> model)
|
protected Page |
LargeView.createMoreDetailPage(IModel<org.joda.time.DateMidnight> model,
IModel<List<IEvent>> eventsModel)
|
protected ModalWindow.PageCreator |
LargeView.getDetailModalPageCreator(IModel<org.joda.time.DateMidnight> model,
IModel<List<IEvent>> eventsModel)
|
void |
IRenderStrategy.mapEvent(Map<org.joda.time.DateMidnight,List<IEvent>> map,
IEvent event,
BaseCalendarView calendar)
|
protected void |
LargeView.onMoreLinkClicked(AjaxRequestTarget target,
IModel<org.joda.time.DateMidnight> model,
IModel<List<IEvent>> eventsModel)
|
| Constructor parameters in org.wicketstuff.calendarviews with type arguments of type IEvent | |
|---|---|
AddCssClassBehavior(IModel<IEvent> event)
|
|
| Uses of IEvent in org.wicketstuff.calendarviews.modal |
|---|
| Method parameters in org.wicketstuff.calendarviews.modal with type arguments of type IEvent | |
|---|---|
WebMarkupContainer |
DateDetailPage.IDateDetailPageEventLinkCreator.createEventLink(String id,
IModel<IEvent> model)
|
| Constructor parameters in org.wicketstuff.calendarviews.modal with type arguments of type IEvent | |
|---|---|
DateDetailPage(IModel<org.joda.time.DateMidnight> model,
IModel<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 Comparator<IEvent> |
Comparators.EVENT_START_DATE_ASC_COMPARATOR
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||