Class AgendaApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.agenda.AgendaApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,AgendaAppEventHandler,NavigationEventHandler,AppEventHandler
public class AgendaApp extends App implements AgendaAppEventHandler, NavigationEventHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_REMINDER_TYPE
-
Constructor Summary
Constructors Constructor Description AgendaApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voidcreateEvent(EventCreateEvent event)voidcreateReminder(ReminderCreateEvent event)voiddeleteReminder(ReminderDeleteEvent event)List<CalendarEventDTO>getAppEvents()voidloadAttachments(AttachmentsLoadEvent event)voidloadCalendarEvents(CalendarLoadEvent event)voidloadReminders(RemindersLoadEvent event)voidloadUsersAndGroups(AgendaPage page)voidparticipation(ParticipationEvent event)voidshowContent(NavigationShowContentEvent event)voidstart()voidstop()voidupdateReminder(ReminderUpdateEvent event)-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, startWithContent, stopLoadingDataEvent
-
-
-
-
Field Detail
-
EVENT_REMINDER_TYPE
public static final String EVENT_REMINDER_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAppEvents
public List<CalendarEventDTO> getAppEvents()
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
loadCalendarEvents
public void loadCalendarEvents(CalendarLoadEvent event)
- Specified by:
loadCalendarEventsin interfaceAgendaAppEventHandler
-
loadReminders
public void loadReminders(RemindersLoadEvent event)
- Specified by:
loadRemindersin interfaceAgendaAppEventHandler
-
updateReminder
public void updateReminder(ReminderUpdateEvent event)
- Specified by:
updateReminderin interfaceAgendaAppEventHandler
-
createReminder
public void createReminder(ReminderCreateEvent event)
- Specified by:
createReminderin interfaceAgendaAppEventHandler
-
deleteReminder
public void deleteReminder(ReminderDeleteEvent event)
- Specified by:
deleteReminderin interfaceAgendaAppEventHandler
-
loadAttachments
public void loadAttachments(AttachmentsLoadEvent event)
- Specified by:
loadAttachmentsin interfaceAgendaAppEventHandler
-
participation
public void participation(ParticipationEvent event)
- Specified by:
participationin interfaceAgendaAppEventHandler
-
createEvent
public void createEvent(EventCreateEvent event)
- Specified by:
createEventin interfaceAgendaAppEventHandler
-
loadUsersAndGroups
public void loadUsersAndGroups(AgendaPage page)
-
-