Class Mobile
- java.lang.Object
-
- com.logicaldoc.enterprise.gui.mobile.client.Mobile
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class Mobile extends Object implements com.google.gwt.core.client.EntryPoint
The Mobile entry point- Since:
- 7.4.1
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description Mobile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Mobile
get()
void
onModuleLoad()
void
showMain()
-
-
-
Method Detail
-
get
public static Mobile get()
- Returns:
- singleton Main instance
-
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
-
showMain
public void showMain()
-
-