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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
declareShowLostDialog
(Login login) Declares the javascript function used to display the lost password popupvoid
void
showLostDialog
(String productName)
-
Constructor Details
-
Login
public Login()
-
-
Method Details
-
onModuleLoad
public void onModuleLoad()- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
-
showLostDialog
-
declareShowLostDialog
Declares the javascript function used to display the lost password popup- Parameters:
login
- the login module
-