Package | Description |
---|---|
org.josef.web.html |
HTML Components.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlRow
Represents a row in an HTML table.
|
class |
HtmlTable
Represents an HTML table.
|
Modifier and Type | Method and Description |
---|---|
HtmlElement |
HtmlElement.addChild(HtmlElement element)
Adds the supplied element as a child element of this HTML element.
|
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.addColumns(String... content)
Adds columns (
HtmlTag.TD ) with the supplied content, to this HTML row. |
HtmlElement |
HtmlElement.addContent(String content)
Adds the supplied content to the content of this HTML element.
|
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. |
HtmlElement |
HtmlRow.addHeaderColumns(String... content)
Adds header columns (
HtmlTag.TH ) with the supplied content, to this HTML row. |
HtmlElement |
HtmlElement.findElement(String name)
Finds the HTML element with the supplied name (case insensitive).
|
Modifier and Type | Method and Description |
---|---|
HtmlElement |
HtmlElement.addChild(HtmlElement element)
Adds the supplied element as a child element of this HTML element.
|
Copyright © 2008–2018. All rights reserved.