The NoColumnTableHeaderRenderer class creates a renderer that
writes out nothing for the column header.
This class is used with the Description column of the RemoteFileSelector.
The renderer prevents the display of the column header for a column. Since
the Description column is rendered as a row the table should not write a header
for this column.
This class was designed to be used along with the ColumnAsRowCellRenderer class.
The renderer constructed through this class can be used with the
TableView component as a TableHeaderRenderer.
Field Summary
Fields inherited from interface com.sas.servlet.tbeans.HttpConstants
Renders nothing for the column header.
The column header should be suppressed when
using the ColumnAsRowCellRenderer as the TableCellRenderer
to write a column as a row.