<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
bgColor | The background color for the row. |
---|---|
customAttributes | A list of attributes in the form of attribute="value", space delimited |
horizontalAlignment | The 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). |
id | Case-sensitive name used to identify the object instance. |
styleClassPrefix | The string to prepend to the styleClass property. |
verticalAlignment | The 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.