Uses of Class
org.spiderwiz.zutils.ZHtml.Table
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.Table in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZHtml.Table Modifier and Type Method Description ZHtml.Table
ZHtml.Document. addTable(String[] headers, String width)
Appends a table (table
tag) with the given list of column headers and of the specified width to the document body.