Package | Description |
---|---|
org.josef.web.html |
HTML Components.
|
Modifier and Type | Method and Description |
---|---|
HtmlElement |
HtmlRow.addColumn(HtmlAttribute... attributes)
Adds a column (
HtmlTag.TD ) with the supplied attributes, to this HTML row. |
HtmlElement |
HtmlRow.addColumn(String content,
HtmlAttribute... attributes)
Adds a column (
HtmlTag.TD ) with the supplied content and attributes, to this HTML row. |
HtmlElement |
HtmlRow.addHeaderColumn(HtmlAttribute... attributes)
Adds a header column (
HtmlTag.TH ) with the supplied attributes, to this HTML row. |
HtmlElement |
HtmlRow.addHeaderColumn(String content,
HtmlAttribute... attributes)
Adds a header column (
HtmlTag.TH ) with the supplied attributes, to this HTML row. |
Constructor and Description |
---|
HtmlAttribute(HtmlAttribute sourceAttribute)
Copy constructor, constructs a new HTML attribute from the supplied sourceAttribute.
|
HtmlElement(String name,
HtmlAttribute... attributes)
Constructs this HTML element from the supplied (element) name and attributes.
|
HtmlElement(String name,
String content,
HtmlAttribute... attributes)
Constructs this HTML element from the supplied (element) name, content and attributes.
|
HtmlEmptyElement(String name,
HtmlAttribute... attributes)
Constructs this empty HTML element from the supplied (element) name and attributes.
|
HtmlRow(HtmlAttribute... attributes)
Constructs this HTML row from the supplied attributes.
|
HtmlTable(HtmlAttribute... attributes)
Constructs this HTML table from the supplied attributes.
|
Copyright © 2008–2018. All rights reserved.