Class 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 Detail

      • Login

        public Login()
    • Method Detail

      • get

        public static Login get()
        Returns:
        singleton Main instance
      • onModuleLoad

        public void onModuleLoad()
        Specified by:
        onModuleLoad in interface com.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