Package com.logicaldoc.webform.client
Class Webform
java.lang.Object
com.logicaldoc.webform.client.Webform
- All Implemented Interfaces:
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
injectCustomCss
(String customCss) Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.void
-
Constructor Details
-
Webform
public Webform()
-
-
Method Details
-
onModuleLoad
public void onModuleLoad()- Specified by:
onModuleLoad
in interfacecom.google.gwt.core.client.EntryPoint
-
injectCustomCss
Injects the web CSS, takes the <head> element and creates a new <style> containing the custom CSS.- Parameters:
customCss
- the CSS to inject
-