Uses of Class
org.spiderwiz.zutils.ZHtml.Row
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.Row in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZHtml.Row Modifier and Type Method Description ZHtml.Row
ZHtml.Row. addCell(String text)
Appends a cell node (td
tag) with the given inner text to the row.ZHtml.Row
ZHtml.Row. addCell(String text, String style)
Appends a cell node (td
tag) with the given inner text and the given initial style to the row.ZHtml.Row
ZHtml.Row. addCell(ZHtml.Node node)
Appends a cell node (td
tag) with the given inner node to the row.ZHtml.Row
ZHtml.Row. addCell(ZHtml.Node node, String style)
Appends a cell node (td
tag) with the given inner node and the given initial style to the row.ZHtml.Row
ZHtml.Table. addRow()
Adds one row (tr
tag) to the table.ZHtml.Row
ZHtml.Table. addRow(String style)
Adds one row (tr
tag) with the given style to the table.