Class TableData

java.lang.Object
org.spiderwiz.admin.data.TableData

@WizSerializable
public class TableData
extends Object
Holds the data used by SpiderAdmin to populate a table in an application page.
See Also:
PageInfo
  • Constructor Details

  • Method Details

    • getRowData

      public List<TableData.RowData> getRowData()
      Gets the value of the rowData property.

      The rowData property is a list of inner classes that hold data for each table row.

      Returns:
      the rowData property.
    • addRow

      public TableData.RowData addRow()
      Adds an empty row descriptor to the table.

      The returned object can be used to populate the row by calling its addCell() method for each of the row's cells.

      Returns:
      the added object.