|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.calendar.web.MonthCalendarView
public class MonthCalendarView
This class provides a calendar view by Month.
Field Summary |
---|
Fields inherited from interface fr.paris.lutece.plugins.calendar.web.CalendarView |
---|
TYPE_DAY, TYPE_MONTH, TYPE_WEEK |
Constructor Summary | |
---|---|
MonthCalendarView()
|
Method Summary | |
---|---|
java.lang.String |
getCalendarView(java.lang.String strDate,
MultiAgenda agenda,
CalendarUserOptions options)
Returns the HTML view of the Month corresponding to the given date and displaying events of a given agenda |
java.lang.String |
getNext(java.lang.String strDate)
Returns the next code date corresponding to the current view and the current date |
java.lang.String |
getPath(java.lang.String strDate,
CalendarUserOptions options)
Returns the view path |
java.lang.String |
getPrevious(java.lang.String strDate)
Returns the previous code date corresponding to the current view and the current date |
java.lang.String |
getTitle(java.lang.String strDate,
CalendarUserOptions options)
Returns the view title |
int |
getType()
Returns the view type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MonthCalendarView()
Method Detail |
---|
public java.lang.String getCalendarView(java.lang.String strDate, MultiAgenda agenda, CalendarUserOptions options)
getCalendarView
in interface CalendarView
options
- The optionsstrDate
- The date codeagenda
- An agenda
public java.lang.String getNext(java.lang.String strDate)
getNext
in interface CalendarView
strDate
- The current date code
public java.lang.String getPrevious(java.lang.String strDate)
getPrevious
in interface CalendarView
strDate
- The current date code
public java.lang.String getTitle(java.lang.String strDate, CalendarUserOptions options)
getTitle
in interface CalendarView
options
- The optionsstrDate
- The current date code
public java.lang.String getPath(java.lang.String strDate, CalendarUserOptions options)
getPath
in interface CalendarView
options
- The optionsstrDate
- The current date code
public int getType()
getType
in interface CalendarView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |