Class Frontend
java.lang.Object
com.logicaldoc.gui.frontend.client.Frontend
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
The Frontend entry point.
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncheckPermission(String permission) voidInstall the receiver to get messages from the server (Server Push)static voiddeclareCheckPermission(Frontend frontend) Declares the javascript function used to check a permission in the current folderstatic voidDeclares the javascript function used to download somethingstatic voidDeclares the javascript function used to download a document's resourcestatic voiddeclareGetCurrentFolderId(Frontend frontend) Declares the javascript function used to retrieve the current folder IDstatic voiddeclareReloadTrigger(Frontend frontend) Declares the javascript function used to trigger the reload of the current folderstatic voiddeclareSearchTag(Frontend frontend) Declares the javascript function used to trigger the search for a specific tagvoidvoidstatic voidshowMain()voidTriggers the load of the last uploaded files
- 
Constructor Details- 
Frontendpublic Frontend()
 
- 
- 
Method Details- 
onModuleLoadpublic void onModuleLoad()- Specified by:
- onModuleLoadin interface- com.google.gwt.core.client.EntryPoint
 
- 
showMainpublic static void showMain()
- 
triggerReloadpublic void triggerReload()Triggers the load of the last uploaded files
- 
getCurrentFolderId
- 
checkPermission
- 
searchTag
- 
connectWebsocketspublic void connectWebsockets()Install the receiver to get messages from the server (Server Push)
- 
declareCheckPermissionDeclares the javascript function used to check a permission in the current folder- Parameters:
- frontend- the Frontend module
 
- 
declareGetCurrentFolderIdDeclares the javascript function used to retrieve the current folder ID- Parameters:
- frontend- the Frontend module
 
- 
declareReloadTriggerDeclares the javascript function used to trigger the reload of the current folder- Parameters:
- frontend- the Frontend module
 
- 
declareSearchTagDeclares the javascript function used to trigger the search for a specific tag- Parameters:
- frontend- the Frontend module
 
- 
declareDownloadpublic static void declareDownload()Declares the javascript function used to download something
- 
declareDownloadDocumentResourcepublic static void declareDownloadDocumentResource()Declares the javascript function used to download a document's resource
 
-