Class HTMLPlainJQueryScript
- java.lang.Object
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLPlainJQueryScript
 
 
 
- 
public class HTMLPlainJQueryScript extends HTMLComponent
- Author:
 - adrian
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
cssClass, style 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HTMLPlainJQueryScript(String script) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasHTML()A string representing the resulting HTML document.- 
Methods inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
getCssClass, getStyle, setCssClass, setStyle 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
HTMLPlainJQueryScript
public HTMLPlainJQueryScript(String script)
 
 - 
 
- 
Method Detail
- 
asHTML
public String asHTML()
Description copied from class:HTMLComponentA string representing the resulting HTML document.- Specified by:
 asHTMLin classHTMLComponent- Returns:
 
 
 - 
 
 -