<sas:ColumnHeaderRow>

Used to set the RowRenderer on the column header row of the TableView.

This tag must be nested within a sas:Rows tag.

Syntax

<sas:ColumnHeaderRow
   [bgColor="java.lang.String"]
   [customAttributes="java.lang.String"]
   [horizontalAlignment="NONE|LEFT|CENTER|RIGHT|JUSTIFY|CHAR"]
   [id="value"]
   [styleClassPrefix="java.lang.String"]
   [verticalAlignment="NONE|TOP|CENTER|BOTTOM|BASELINE"] />

Attributes

bgColorThe background color for the row.
customAttributesA list of attributes in the form of attribute="value", space delimited
horizontalAlignmentThe horizontal alignment of the row's cells. Valid values are: LEFT, CENTER, RIGHT, JUSTIFY, CHAR or NONE. The default is NONE (i.e. the browser defaults).
idCase-sensitive name used to identify the object instance.
styleClassPrefixThe string to prepend to the styleClass property.
verticalAlignmentThe vertical alignment of the row's cells. Valid values are: TOP, CENTER, BOTTOM, BASELINE or NONE. The default is NONE (i.e. the browser defaults).

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.tableview.html.DefaultTableRowRenderer.

If you need to subclass the tag handler class for the sas:ColumnHeaderRow tag, extend com.sas.taglib.servlet.tbeans.tableview.ColumnHeaderRowTag.