Class HTMLDiv
- java.lang.Object
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
 - 
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLDiv
 
 
 
- 
public class HTMLDiv extends HTMLComponent
A simple HTML div tag.- 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 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringasHTML()A string representing the resulting HTML document.StringgetId()voidsetId(String id)- 
Methods inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
getCssClass, getStyle, setCssClass, setStyle 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getId
public String getId()
 
- 
setId
public void setId(String id)
 
- 
asHTML
public String asHTML()
Description copied from class:HTMLComponentA string representing the resulting HTML document.- Specified by:
 asHTMLin classHTMLComponent- Returns:
 
 
 - 
 
 -