Class ZHtml.Table

java.lang.Object
org.spiderwiz.zutils.ZHtml.Node
org.spiderwiz.zutils.ZHtml.Table
Enclosing class:
ZHtml

public class ZHtml.Table
extends ZHtml.Node
Represents a table node (<table>).
  • Method Details

    • addRow

      public ZHtml.Row addRow()
      Adds one row (tr tag) to the table.
      Returns:
      the row node.
    • addRow

      public ZHtml.Row addRow​(String style)
      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.