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.RowZHtml.Row. addCell(String text)Appends a cell node (tdtag) with the given inner text to the row.ZHtml.RowZHtml.Row. addCell(String text, String style)Appends a cell node (tdtag) with the given inner text and the given initial style to the row.ZHtml.RowZHtml.Row. addCell(ZHtml.Node node)Appends a cell node (tdtag) with the given inner node to the row.ZHtml.RowZHtml.Row. addCell(ZHtml.Node node, String style)Appends a cell node (tdtag) with the given inner node and the given initial style to the row.ZHtml.RowZHtml.Table. addRow()Adds one row (trtag) to the table.ZHtml.RowZHtml.Table. addRow(String style)Adds one row (trtag) with the given style to the table.