public abstract class CalendarModel extends org.apache.wicket.model.LoadableDetachableModel<List<? extends CalendarEvent>>
CalendarEvent to be retrieved.Calendar widget takes those model in constructor; the inheriting class should be able to LoadableDetachableModel.load() events depending on getStart() and getEnd() dates.| Constructor and Description |
|---|
CalendarModel()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.threeten.bp.LocalDate |
getEnd()
|
org.threeten.bp.LocalDate |
getStart()
|
void |
setEnd(org.threeten.bp.LocalDate date)
Gets the end date.
|
void |
setStart(org.threeten.bp.LocalDate date)
Sets the start date.
|
public org.threeten.bp.LocalDate getStart()
public void setStart(org.threeten.bp.LocalDate date)
date - the start datepublic org.threeten.bp.LocalDate getEnd()
public void setEnd(org.threeten.bp.LocalDate date)
date - the start dateCopyright © 2021 7thWeb. All rights reserved.