Component that represents a table column.
The tableColumn component provides a layout mechanism for displaying columns
of data. UI guidelines describe specific behavior that can applied to the
rows and columns of data such as sorting, filtering, pagination, selection,
and custom user actions. In addition, UI guidelines also define sections of
the table that can be used for titles, row group headers, and placement of
pre-defined and user defined actions.
Note: Column headers and footers are rendered by TableRowGroupRenderer. Table
column footers are rendered by TableRenderer.
Note: To see the messages logged by this class, set the following global
defaults in your JDK's "jre/lib/logging.properties" file.
java.util.logging.ConsoleHandler.level = FINE
com.sun.rave.web.ui.component.TableColumn.level = FINE
See TLD docs for more information.
|