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
The Login entry point
- Since:
- 7.5
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voiddeclareShowLostDialog(Login login) Declares the javascript function used to display the lost password popupvoidvoidshowLostDialog(String productName) 
- 
Constructor Details- 
Loginpublic Login()
 
- 
- 
Method Details- 
onModuleLoadpublic void onModuleLoad()- Specified by:
- onModuleLoadin interface- com.google.gwt.core.client.EntryPoint
 
- 
showLostDialog
- 
declareShowLostDialogDeclares the javascript function used to display the lost password popup- Parameters:
- login- the login module
 
 
-