public class Frontend extends Object implements com.google.gwt.core.client.EntryPoint
Modifier and Type | Field and Description |
---|---|
protected InfoServiceAsync |
infoService |
protected SecurityServiceAsync |
securityService |
Constructor and Description |
---|
Frontend() |
Modifier and Type | Method and Description |
---|---|
void |
addTagInCloud(String tag,
String weight,
String link) |
String |
checkPermission(String permission) |
static void |
declareCheckPermission(Frontend frontend)
Declares the javascript function used to check a permission in the
current folder.
|
static void |
declareGetCurrentFolderId(Frontend frontend)
Declares the javascript function used to retrieve the current folder ID.
|
static void |
declareReloadTrigger(Frontend frontend)
Declares the javascript function used to trigger the reload of the
current folder.
|
static void |
declareSearchTag(Frontend frontend)
Declares the javascript function used to trigger the search for a
specific tag.
|
static void |
declareShowForgotDialog(Frontend frontend)
Declares the javascript function used to display the forgot password popup
|
static Frontend |
get() |
String |
getCurrentFolderId() |
void |
onModuleLoad() |
void |
searchTag(String tag) |
void |
showForgotDialog(String productName) |
void |
showLogin() |
void |
showMain() |
void |
triggerReload()
Triggers the load of the last uploaded files
|
protected InfoServiceAsync infoService
protected SecurityServiceAsync securityService
public static Frontend get()
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public void showLogin()
public void showMain()
public void triggerReload()
public String getCurrentFolderId()
public void searchTag(String tag)
public void showForgotDialog(String productName)
public static void declareCheckPermission(Frontend frontend)
public static void declareGetCurrentFolderId(Frontend frontend)
public static void declareReloadTrigger(Frontend frontend)
public static void declareSearchTag(Frontend frontend)
public static void declareShowForgotDialog(Frontend frontend)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.