Object | Description |
DynamicTablecell | Specifies a method that executes at run time to populate a table cell. A DynamicTablecell object is the child of a TableRow object. For information about setting properties for the DynamicTablecell object, see
DynamicTablecell Properties. |
DynamicTablerow | Specifies a method that executes at run time to dynamically define the layout for the table and populate the table. A DynamicTablerow object is the child of a Table object. For information about setting properties for the DynamicTablerow object, see
DynamicTablerow Properties. |
Table | Displays a table. To specify the rows in the table, add one or more TableRow objects or a single DynamicTablerow object as children of the Table object. For information about setting properties for the Table object, see
Table Properties. |
TableButton | Displays a table that contains other objects and that acts as a button. For information about setting properties for the TableButton object, see
TableButton Properties. |
TableCell | Adds a cell to a table row. A TableCell object is the child of a TableRow object. To specify user interface objects that you want to display in the table cell, add the objects as children of the TableCell object. For information about setting properties for the TableCell object, see
Tablecell Properties. |
TableRow | Adds a single row to a table. A TableRow object is the child of a Table object. A child of a Table object. Use to add a single row to the table. To specify the contents of the table row, add one or more TableCell objects or a single DynamicTableCell object as children of the TableRow object. For information about setting properties for the TableRow object, see
Tablerow Properties. |