|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.Writer
|
+--java.io.PrintWriter
|
+--quadbase.common.param.HtmlWriter
|
+--quadbase.common.param.CssHtmlWriter
A Writer that writes CSS supported html code
| Fields inherited from class java.io.PrintWriter |
out |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
CssHtmlWriter(java.io.PrintWriter out)
Allocates a HtmlWriter that writes to out |
|
| Method Summary | |
void |
body(java.lang.String cssClass)
Prints the <BODY class="CLASS"> tag |
void |
center(java.lang.String cssClass)
Prints the <CENTER class="CLASS"> tag |
void |
div(java.lang.String cssClass)
Prints the <DIV class="CLASS"> tag |
void |
h1(java.lang.String cssClass)
Prints the <H1 class="cssClass"> tag |
void |
h2(java.lang.String cssClass)
Prints the <H2 class="cssClass"> tag |
void |
h3(java.lang.String cssClass)
Prints the <H3 class="cssClass"> tag |
void |
head(java.lang.String cssClass)
Prints the <HEAD class="CLASS"> tag |
void |
header(java.lang.String title,
java.lang.String css)
Prints the header information of a HTML document. |
void |
html(java.lang.String cssClass)
Prints the <HTML class="CLASS"> tag |
void |
ol(java.lang.String cssClass)
Prints the <OL class="cssClass"> tag |
void |
p(java.lang.String cssClass)
Prints the <P class="cssClass"> tag |
void |
style(java.lang.String css)
Prints the <link REL="stylesheet" TYPE="text/css" href="css"> tag. |
void |
table(java.lang.String cssClass)
Prints the <TABLE class="CLASS"> tag |
void |
table(java.lang.String cssClass,
java.lang.String inlineStyle)
Prints the <TABLE class="CLASS"> tag |
void |
tableData(java.lang.String cssClass)
Prints the <TD class="CLASS"> tag |
void |
tableRow(java.lang.String cssClass)
Prints the <TR class="CLASS"> tag |
void |
title(java.lang.String cssClass)
Prints the <HEAD class="CLASS"> tag |
| Methods inherited from class quadbase.common.param.HtmlWriter |
body, bodyEnd, br, center, centerEnd, div, divEnd, font, font, fontEnd, footer, h1, h1End, h2, h2End, h3, h3End, head, headEnd, header, header, hr, html, htmlEnd, ol, olEnd, p, pEnd, table, tableData, tableDataEnd, tableEnd, tableRow, tableRowEnd, title, titleEnd |
| Methods inherited from class java.io.PrintWriter |
checkError, close, flush, print, print, print, print, print, print, print, print, print, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CssHtmlWriter(java.io.PrintWriter out)
out - PrinterWriter to write out the outputs.| Method Detail |
public void header(java.lang.String title,
java.lang.String css)
title - the title of this HTML document.css - the name of the css style sheet to usepublic void style(java.lang.String css)
css - the name of the external css filepublic void html(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void head(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void title(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void h1(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void h2(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void h3(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void p(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void ol(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void body(java.lang.String cssClass)
body in class HtmlWriterclass - the value of the class attribute in the tagpublic void table(java.lang.String cssClass)
class - the value of the class attribute in the tag
public void table(java.lang.String cssClass,
java.lang.String inlineStyle)
class - the value of the class attribute in the tagpublic void tableRow(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void tableData(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void center(java.lang.String cssClass)
class - the value of the class attribute in the tagpublic void div(java.lang.String cssClass)
class - the value of the class attribute in the tag
|
EspressReport v 5.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||