Class HTMLMessage
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
-
- org.neotropic.kuwaiba.modules.optional.reports.html.HTMLMessage
-
public class HTMLMessage extends HTMLComponent
A simple formatedspan
tag.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Field Summary
-
Fields inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
cssClass, style
-
-
Constructor Summary
Constructors Constructor Description HTMLMessage(String message)
HTMLMessage(String style, String cssClass, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asHTML()
A string representing the resulting HTML document.String
getMessage()
void
setMessage(String message)
-
Methods inherited from class org.neotropic.kuwaiba.modules.optional.reports.html.HTMLComponent
getCssClass, getStyle, setCssClass, setStyle
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String message)
-
asHTML
public String asHTML()
Description copied from class:HTMLComponent
A string representing the resulting HTML document.- Specified by:
asHTML
in classHTMLComponent
- Returns:
-
-