Class SurveyApp
java.lang.Object
org.silverpeas.mobile.client.common.app.App
org.silverpeas.mobile.client.apps.survey.SurveyApp
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,SurveyAppEventHandler,AppEventHandler
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidloadSurvey(SurveyLoadEvent event) voidloadSurveys(SurveysLoadEvent event) voidsaveSurvey(SurveySaveEvent event) voidvoidstart()voidstartWithContent(ContentDTO content) voidstop()Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, stopLoadingDataEvent
-
Constructor Details
-
SurveyApp
public SurveyApp()
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
loadSurveys
- Specified by:
loadSurveysin interfaceSurveyAppEventHandler
-
loadSurvey
- Specified by:
loadSurveyin interfaceSurveyAppEventHandler
-
saveSurvey
- Specified by:
saveSurveyin interfaceSurveyAppEventHandler
-