public class CalendarConfiguration extends Object implements PageActionConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected int |
estimateEventsPerPageInAgendaView |
static org.slf4j.Logger |
logger |
protected int |
maxEventsPerCellInMonthView |
Constructor and Description |
---|
CalendarConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getEstimateEventsPerPageInAgendaView() |
int |
getMaxEventsPerCellInMonthView() |
void |
init()
Initializes the configuration.
|
void |
setEstimateEventsPerPageInAgendaView(int estimateEventsPerPageInAgendaView) |
void |
setMaxEventsPerCellInMonthView(int maxEventsPerCellInMonthView) |
public static final String copyright
protected int maxEventsPerCellInMonthView
protected int estimateEventsPerPageInAgendaView
public static final org.slf4j.Logger logger
public void init()
PageActionConfiguration
init
in interface PageActionConfiguration
public int getMaxEventsPerCellInMonthView()
public void setMaxEventsPerCellInMonthView(int maxEventsPerCellInMonthView)
public int getEstimateEventsPerPageInAgendaView()
public void setEstimateEventsPerPageInAgendaView(int estimateEventsPerPageInAgendaView)