<sas-dv:Rows>
Used to generate or change the row model of the TableView.
This tag must be nested within a sas-dv:TableView tag.
Syntax
<sas-dv:Rows
[id="value"]>
[<sas-dv:Row .../>]
[<sas-dv:RowHeaderRenderer ...>
[<sas-dv:CellContentsImageRenderer ...>
[<sas-dv:StyleInfo/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:CellContentsImageRenderer>]
[<sas-dv:CellContentsLabelRenderer ...>
[<sas-dv:StyleInfo/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:CellContentsLabelRenderer>]
[<sas-dv:CellContentsSimpleTemplateRenderer ...>
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
The html string used as the body of the cell. The string can
have substition variables of the form %COLUMNNAME and the value
for this column will be substituted into the string.
</sas-dv:CellContentsSimpleTemplateRenderer>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:RowHeaderRenderer>]
[<sas-dv:ColumnHeaderRow .../>]
[<sas-dv:NoRowsRenderer ...>
[<sas-dv:StyleInfo/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:NoRowsRenderer>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:Row>, <sas-dv:SetProperty> tags...]
</sas-dv:Rows>
Attributes
id | Case-sensitive name used to identify the object instance. |
|---|
More Information
If you need to subclass the tag handler class for the sas-dv:Rows tag, extend com.sas.taglib.servlet.tbeans.tableview.RowsTag.