Class CommentsApp
java.lang.Object
org.silverpeas.mobile.client.common.app.App
org.silverpeas.mobile.client.apps.comments.CommentsApp
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,CommentsAppEventHandler,NavigationEventHandler,AppEventHandler
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCommentsApp(String contentId, String contentType, String pageTitle, String title, ApplicationInstanceDTO applicationInstance) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(AddCommentEvent event) voidvoiddeleteComment(DeleteCommentEvent event) voidloadComments(CommentsLoadEvent event) voidsetApplicationInstance(ApplicationInstanceDTO instance) voidstart()voidstop()voidupdateComment(UpdateCommentEvent event) Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setMainPage, setStopLoading, showContent, startWithContent, stopLoadingDataEvent
-
Constructor Details
-
Method Details
-
start
public void start() -
stop
public void stop() -
loadComments
- Specified by:
loadCommentsin interfaceCommentsAppEventHandler
-
addComment
- Specified by:
addCommentin interfaceCommentsAppEventHandler
-
deleteComment
- Specified by:
deleteCommentin interfaceCommentsAppEventHandler
-
updateComment
- Specified by:
updateCommentin interfaceCommentsAppEventHandler
-