public class DayCalendarView extends Object implements CalendarView
TYPE_DAY, TYPE_MONTH, TYPE_WEEK
Constructor and Description |
---|
DayCalendarView() |
Modifier and Type | Method and Description |
---|---|
String |
getCalendarView(String strDate,
MultiAgenda agenda,
CalendarUserOptions options,
javax.servlet.http.HttpServletRequest request)
Returns the HTML view of the Month corresponding to the given date and
displaying
events of a given agenda
|
String |
getNext(String strDate)
Returns the next code date corresponding to the current view and the
current date
|
String |
getPath(String strDate,
CalendarUserOptions options)
Returns the view path
|
String |
getPrevious(String strDate)
Returns the previous code date corresponding to the current view and the
current date
|
String |
getTitle(String strDate,
CalendarUserOptions options)
Returns the view title
|
int |
getType()
Returns the view type
|
public String getCalendarView(String strDate, MultiAgenda agenda, CalendarUserOptions options, javax.servlet.http.HttpServletRequest request)
getCalendarView
in interface CalendarView
options
- The optionsstrDate
- The date codeagenda
- An agendarequest
- the requestpublic String getNext(String strDate)
getNext
in interface CalendarView
strDate
- The current date codepublic String getPrevious(String strDate)
getPrevious
in interface CalendarView
strDate
- The current date codepublic String getTitle(String strDate, CalendarUserOptions options)
getTitle
in interface CalendarView
options
- The optionsstrDate
- The current date codepublic String getPath(String strDate, CalendarUserOptions options)
getPath
in interface CalendarView
options
- The optionsstrDate
- The current date codepublic int getType()
getType
in interface CalendarView
Copyright © 2015 City of Paris. All rights reserved.