About Column and its Named Children

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 cells of the table.

Table with column headers and row headers

Use column to encapsulate all the information that describes a table column into one entity instead of using a variety of table column attributes (e.g., column formats, column header data, column header formats) set globally on the table. When column attributes are specified, they override any values for column formats and stamps specified on table.

You can use column for any, all, or none of the columns in a table component. The attributes you can set for column are:

Column named children

The column component supports the following named children:

Column indexed children

Each column stamp gets its visible contents to stamp (or render) from the indexed children of column. The indexed children can be text, buttons, or any other components. Set the useSeparateRows attribute to true if you wish to display the indexed children on separate rows in each column cell.

Table with 2 rows in each 1st column cell


About Table and its Named Children
About Name Transformation and Editable Table Cells

Creating a Column
Working with Table Components

 

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