About Table and its Named Children

Note: For layouts requiring a table-like appearance, consider using tableLayout instead.

The main table components used to display tabular data are table and column. A data table is created by a series of column elements as indexed children of table. By themselves, table and column do not display anything visible until data is configured or "stamped" in the table.

Table with 3 columns and 6 rows

Table component attributes

The attributes you can set for table are:

For more details about ADF bindings and the Data Control Palette, see:

Table named children

The table component supports the following named children:

Tip: Use the column component to encapsulate all the information that describes a table column into one entity instead of using a number of column attributes set globally on the table. When column indexed children are specified, they override any values for column formats and stamps specified on table.


About Table Structure and Stamps
About Column and its Named Children
About Data Binding in Tables
About Name Transformation and Editable Table Cells
About TableLayout

Creating a Table
Working with Table Components

 

Copyright © 1997, 2004, Oracle. All rights reserved.