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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcreateEvent(EventCreateEvent event) voidvoidvoidvoidvoidloadReminders(RemindersLoadEvent event) voidloadUsersAndGroups(AgendaPage page) voidparticipation(ParticipationEvent event) voidvoidstart()voidstop()voidMethods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, startWithContent, stopLoadingDataEvent
-
Field Details
-
EVENT_REMINDER_TYPE
- See Also:
-
-
Constructor Details
-
AgendaApp
public AgendaApp()
-
-
Method Details
-
getAppEvents
-
start
public void start() -
stop
public void stop() -
loadCalendarEvents
- Specified by:
loadCalendarEventsin interfaceAgendaAppEventHandler
-
loadReminders
- Specified by:
loadRemindersin interfaceAgendaAppEventHandler
-
updateReminder
- Specified by:
updateReminderin interfaceAgendaAppEventHandler
-
createReminder
- Specified by:
createReminderin interfaceAgendaAppEventHandler
-
deleteReminder
- Specified by:
deleteReminderin interfaceAgendaAppEventHandler
-
loadAttachments
- Specified by:
loadAttachmentsin interfaceAgendaAppEventHandler
-
participation
- Specified by:
participationin interfaceAgendaAppEventHandler
-
createEvent
- Specified by:
createEventin interfaceAgendaAppEventHandler
-
loadUsersAndGroups
-