|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.wicket.model.LoadableDetachableModel<List<? extends CalendarEvent>>
com.googlecode.wicket.jquery.ui.calendar.CalendarModel
public abstract class CalendarModel
Base class for implementing the list model of CalendarEvent to be retrieved.
Calendar widget takes those model in constructor; the inheriting class should be able to LoadableDetachableModel.load() events depending on the interval defined by getStart() and getEnd() dates.
| Constructor Summary | |
|---|---|
CalendarModel()
Constructor |
|
| Method Summary | |
|---|---|
Date |
getEnd()
Gets the end date, to be used to LoadableDetachableModel.load() CalendarEvents |
Date |
getStart()
Gets the start date, to be used to LoadableDetachableModel.load() CalendarEvents |
| Methods inherited from class org.apache.wicket.model.LoadableDetachableModel |
|---|
detach, getObject, isAttached, load, onAttach, onDetach, setObject, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarModel()
| Method Detail |
|---|
public final Date getStart()
LoadableDetachableModel.load() CalendarEvents
public Date getEnd()
LoadableDetachableModel.load() CalendarEvents
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||