void |
HtmlTree.addStyle(HtmlStyle style) |
Deprecated.
Adds a style for the HTML tag.
|
void |
HtmlWriter.addStyles(HtmlStyle style,
StringBuilder vars) |
Deprecated.
Adds javascript style variables to the document.
|
static HtmlTree |
HtmlTree.DIV(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a DIV tag with the style class attributes.
|
static HtmlTree |
HtmlTree.HEADING(HtmlTag headingTag,
boolean printTitle,
HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a heading tag (h1 to h6) with the title and style class attributes.
|
static HtmlTree |
HtmlTree.HEADING(HtmlTag headingTag,
HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a heading tag (h1 to h6) with style class attribute.
|
static HtmlTree |
HtmlTree.LI(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a LI tag with some content.
|
static HtmlTree |
HtmlTree.MAIN(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a MAIN tag with role attribute, style attribute and some content.
|
static HtmlTree |
HtmlTree.P(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a P tag with some content.
|
static HtmlTree |
HtmlTree.SPAN(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a SPAN tag with style class attribute and some content.
|
static HtmlTree |
HtmlTree.SPAN(String id,
HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a SPAN tag with id and style class attributes.
|
static HtmlTree |
HtmlTree.TABLE(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a Table tag with style class attribute and some content.
|
static HtmlTree |
HtmlTree.TABLE(HtmlStyle styleClass,
String summary,
Content body) |
Deprecated.
Generates a Table tag with style class and summary attributes and some content.
|
static HtmlTree |
HtmlTree.TD(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a TD tag with style class attribute and some content.
|
static HtmlTree |
HtmlTree.TH(HtmlStyle styleClass,
String scope,
Content body) |
Deprecated.
Generates a TH tag with style class and scope attributes and some content.
|
static HtmlTree |
HtmlTree.UL(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a UL tag with the style class attribute and some content.
|