Class HTMLBr
- java.lang.Object
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLBr
 
 
 
- 
public class HTMLBr extends HTMLComponent
A simplebrline break.- Author:
 - Johny Andres Ortega Ruiz <johny.ortega@kuwaiba.org>
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
cssClass, style 
 - 
 
- 
Constructor Summary
Constructors Constructor Description HTMLBr() 
- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
asHTML
public String asHTML()
Description copied from class:HTMLComponentA string representing the resulting HTML document.- Specified by:
 asHTMLin classHTMLComponent- Returns:
 
 
 - 
 
 -