public interface CalendarView
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DAY |
static int |
TYPE_MONTH |
static int |
TYPE_WEEK |
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
|
static final int TYPE_DAY
static final int TYPE_WEEK
static final int TYPE_MONTH
String getCalendarView(String strDate, MultiAgenda agenda, CalendarUserOptions options, javax.servlet.http.HttpServletRequest request)
options
- The optionsstrDate
- The date codeagenda
- An agendarequest
- HttpServletRequestString getNext(String strDate)
strDate
- The current date codeString getPrevious(String strDate)
strDate
- The current date codeString getTitle(String strDate, CalendarUserOptions options)
options
- The optionsstrDate
- The current date codeString getPath(String strDate, CalendarUserOptions options)
options
- The optionsstrDate
- The current date codeint getType()
Copyright © 2015 City of Paris. All rights reserved.