|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CalendarView
This interface describes the minimum implementation for a Calendar View
Field Summary | |
---|---|
static int |
TYPE_DAY
|
static int |
TYPE_MONTH
|
static int |
TYPE_WEEK
|
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 |
Field Detail |
---|
static final int TYPE_DAY
static final int TYPE_WEEK
static final int TYPE_MONTH
Method Detail |
---|
java.lang.String getCalendarView(java.lang.String strDate, MultiAgenda agenda, CalendarUserOptions options)
strDate
- The date codeagenda
- An agenda
java.lang.String getNext(java.lang.String strDate)
strDate
- The current date code
java.lang.String getPrevious(java.lang.String strDate)
strDate
- The current date code
java.lang.String getTitle(java.lang.String strDate, CalendarUserOptions options)
strDate
- The current date code
java.lang.String getPath(java.lang.String strDate, CalendarUserOptions options)
strDate
- The current date code
int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |