<sas:Rows>

Used to generate or change the row model of the TableView.

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

Syntax

<sas:Rows
   [id="value"]>
      [<sas:Row .../>]
      [<sas:RowHeaderRenderer ...>
         [<sas:CellContentsImageRenderer ...>
            [<sas:StyleInfo .../>]
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:CellContentsImageRenderer>]
         [<sas:CellContentsLabelRenderer ...>
            [<sas:StyleInfo .../>]
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas:SetProperty> tags...]
         </sas:CellContentsLabelRenderer>]
         [<sas:CellContentsSimpleTemplateRenderer ...>
            [<sas:SetProperty ...>
               The value to set on the parent tag
            </sas:SetProperty>]
            [Additional <sas: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:CellContentsSimpleTemplateRenderer>]
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:RowHeaderRenderer>]
      [<sas:ColumnHeaderRow .../>]
      [<sas:NoRowsRenderer ...>
         [<sas:StyleInfo .../>]
         [<sas:SetProperty ...>
            The value to set on the parent tag
         </sas:SetProperty>]
         [Additional <sas:SetProperty> tags...]
      </sas:NoRowsRenderer>]
      [<sas:SetProperty ...>
         The value to set on the parent tag
      </sas:SetProperty>]
      [Additional <sas:Row>, <sas:SetProperty> tags...]
</sas:Rows>

Attributes

idCase-sensitive name used to identify the object instance.

More Information

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