Class Webform
- java.lang.Object
-
- com.logicaldoc.form.gui.webform.client.Webform
-
- All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint
public class Webform extends Object implements com.google.gwt.core.client.EntryPoint
The Sessions entry point used for displaying a web form- Since:
- 8.7
- Author:
- Marco Meschieri - LogicalDOC
-
-
Constructor Summary
Constructors Constructor Description Webform()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
injectCustomCss(String customCss)
Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.void
onModuleLoad()
-
-
-
Method Detail
-
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
-
injectCustomCss
public static void injectCustomCss(String customCss)
Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.- Parameters:
customCss
- the CSS to inject
-
-