Building Mobile Enterprise Applications : webMethods Mobile Development Help : User Interface Object Reference : Objects to Use for Tables
Objects to Use for Tables
 
DynamicTablecell Properties
DynamicTablerow Properties
Table Properties
TableButton Properties
Tablecell Properties
Tablerow Properties
The following table provides descriptions of user interface objects that you can use to define tables that you want to display in an application’s view.
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.
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback