Class App
java.lang.Object
org.silverpeas.mobile.client.common.app.App
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,AppEventHandler
- Direct Known Subclasses:
AgendaApp,BlogApp,ClassifiedsApp,CommentsApp,ConfigApp,ContactsApp,DocumentsApp,FaqApp,FavoritesApp,FormsOnlineApp,HyperLinkApp,MediaApp,NavigationApp,NewsApp,NotificationsApp,NotificationsBoxApp,OrgChartGroupApp,ProfileApp,ResourcesManagerApp,SharesBoxApp,SurveyApp,TasksApp,WebPageApp,WorkflowApp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidreceiveEvent(AppEvent event) protected voidsetApplicationInstance(ApplicationInstanceDTO instance) protected voidsetMainPage(PageContent mainPage) voidsetStopLoading(boolean stopLoading) voidvoidstart()voidstartWithContent(ContentDTO content) voidstop()voidstopLoadingDataEvent(StopLoadingDataEvent stopLoadingDataEvent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.silverpeas.mobile.client.apps.navigation.events.app.external.NavigationEventHandler
appInstanceChanged
-
Field Details
-
container
protected com.google.gwt.user.client.ui.SimplePanel container
-
-
Constructor Details
-
App
public App() -
App
-
-
Method Details
-
start
public void start() -
stop
public void stop() -
getMainPage
-
setMainPage
-
getAppName
-
setStopLoading
public void setStopLoading(boolean stopLoading) -
isStopLoading
public boolean isStopLoading() -
stopLoadingDataEvent
- Specified by:
stopLoadingDataEventin interfaceAppEventHandler
-
receiveEvent
- Specified by:
receiveEventin interfaceAppEventHandler
-
getApplicationInstance
-