public class AgendaView extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected List<EventDay> |
events |
protected LocalDate |
firstDay |
Constructor and Description |
---|
AgendaView(DateTime referenceDateTime) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
addEvent(DateMidnight date,
Event event)
Deprecated.
|
int |
addEvent(Event event) |
protected boolean |
addEvent(LocalDate date,
Event event) |
List<EventDay> |
getEvents() |
LocalDate |
getFirstDay() |
void |
sortEvents() |
public static final String copyright
protected LocalDate firstDay
public AgendaView(DateTime referenceDateTime)
public int addEvent(Event event)
@Deprecated protected boolean addEvent(DateMidnight date, Event event)
public void sortEvents()
public LocalDate getFirstDay()