| Name |
Description |
| body |
encloses the body of a table. |
| column |
encloses the contents of a table column. |
| fieldSet |
provides JSF developers with the ability to create field sets
which are enclosed in a border with an optional legend. |
| footer |
encloses the footer of a table. |
| group |
controls the alignment and style of its children. |
| header |
encloses the header of a table. |
| heading |
encloses a column heading. |
| legend |
encloses the legend for a field set. |
| notebook |
provides JSF developers with a familiar tab paradigm. |
| row |
encloses one or more headings or columns. |
| tabLabel |
encloses the content for a notebook tab label. |
| table |
provides JSF developers with
the precise control of an HTML table. |