Package com.logicaldoc.gui.login.client
Class Login
- java.lang.Object
 - 
- com.logicaldoc.gui.login.client.Login
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.core.client.EntryPoint
public class Login extends Object implements com.google.gwt.core.client.EntryPoint
The Login entry point- Since:
 - 7.5
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Login() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voiddeclareShowLostDialog(Login login)Declares the javascript function used to display the lost password popupstatic Loginget()voidonModuleLoad()voidshowLostDialog(String productName) 
 - 
 
- 
- 
Method Detail
- 
get
public static Login get()
- Returns:
 - singleton Main instance
 
 
- 
onModuleLoad
public void onModuleLoad()
- Specified by:
 onModuleLoadin interfacecom.google.gwt.core.client.EntryPoint
 
- 
showLostDialog
public void showLostDialog(String productName)
 
- 
declareShowLostDialog
public static void declareShowLostDialog(Login login)
Declares the javascript function used to display the lost password popup- Parameters:
 login- the login module
 
 - 
 
 -