- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 36 of file CalendarView.java.
◆ CalendarView()
org.turro.calendar.CalendarView.CalendarView |
( |
| ) |
|
Definition at line 40 of file CalendarView.java.
41 setFirstDayOfWeek(Calendar.getInstance(Application.getUsedLocale()).getFirstDayOfWeek());
◆ afterCompose()
void org.turro.calendar.CalendarView.afterCompose |
( |
| ) |
|
◆ getMode()
◆ nextPage()
void org.turro.calendar.CalendarView.nextPage |
( |
| ) |
|
◆ previousPage()
void org.turro.calendar.CalendarView.previousPage |
( |
| ) |
|
◆ refreshModel()
void org.turro.calendar.CalendarView.refreshModel |
( |
| ) |
|
Definition at line 44 of file CalendarView.java.
45 UserCalendarModel calendarModel =
new UserCalendarModel();
46 calendarModel.setICalendarEventList(CalendarPlugin.getCalendarFor(
47 Authentication.getIContact(), getBeginDate(), getEndDate()));
48 setModel(calendarModel);
◆ setMode() [1/2]
void org.turro.calendar.CalendarView.setMode |
( |
CalendarMode |
mode | ) |
|
◆ setMode() [2/2]
void org.turro.calendar.CalendarView.setMode |
( |
String |
key | ) |
|
◆ showCalendar()
Definition at line 82 of file CalendarView.java.
83 Map<String, Object> args =
new HashMap<>();
84 args.put(
"eventCallback", eventCreateCallback);
85 ElephantMenu.showModalZulFile(
"Calendar",
"/calendar/calendarModal.zul", args,
null);
The documentation for this class was generated from the following file: