- Enclosing class:
- ZHtml
public class ZHtml.Table
extends ZHtml.Node
Represents a table node (<table>
).
-
Method Summary
Modifier and Type |
Method |
Description |
ZHtml.Row |
addRow() |
Adds one row (tr tag) to the table.
|
ZHtml.Row |
addRow(String style) |
Adds one row (tr tag) with the given style to the table.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
Adds one row (tr
tag) to the table.
- Returns:
- the row node.
-
Adds one row (tr
tag) with the given style to the table.
- Parameters:
style
- the style to apply to the row.
- Returns:
- the row node.