public class CalendarController
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CalendarViewService |
calendarViewService |
protected org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
CalendarController() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeCalendarView(javax.faces.event.ActionEvent event)
Changes calendar view from day, month, week via the command
buttons at the top.
|
AbstractCalendarViewController |
getCurrentCalViewController() |
boolean |
isCalendar24Hour() |
void |
setCalendar24Hour(boolean calendar24Hour) |
void |
setCalendarViewService(CalendarViewService calendarViewService) |
void |
setCurrentCalViewController(AbstractCalendarViewController currentCalViewController) |
void |
viewableHoursValueChangeListener(javax.faces.event.ValueChangeEvent e) |
protected final org.apache.commons.logging.Log logger
protected CalendarViewService calendarViewService
public void changeCalendarView(javax.faces.event.ActionEvent event)
event - jsf event that we get context param form for which
view controller to constructpublic void setCalendarViewService(CalendarViewService calendarViewService)
public void viewableHoursValueChangeListener(javax.faces.event.ValueChangeEvent e)
public boolean isCalendar24Hour()
public void setCalendar24Hour(boolean calendar24Hour)
public AbstractCalendarViewController getCurrentCalViewController()
public void setCurrentCalViewController(AbstractCalendarViewController currentCalViewController)
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.