<sas:NoRowsRenderer>
Used to set the renderer when there are no rows in the TableView.
This tag must be nested within a sas:Rows tag.
Syntax
<sas:NoRowsRenderer
[customAttributes="java.lang.String"]
[encodedURL="true|false"]
[encodeText="true|false"]
[epilog="java.lang.String"]
[for="java.lang.String"]
[id="value"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[name="java.lang.String"]
[nullTextString="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prolog="java.lang.String"]
[render="true|false"]
[target="java.lang.String"]
[text="java.lang.String"]
[URL="java.lang.String"]>
[<sas:StyleInfo .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:NoRowsRenderer>
Attributes
customAttributes | a list of attributes in the form of attribute="value", space delimited |
---|---|
encodedURL | Specifies whether to encode the URL. |
encodeText | Specifies whether to encode the Label text for html, such as replacing < with < |
epilog | Text that is output immediately after the last markup tag. |
for | Id of the element this Label is for |
id | Case-sensitive name used to identify the object instance. |
locale | Specifies the locale to use for this instance of the class. |
model | The StringDataInterface model for the LabelTag |
name | Value assigned to the markup tag's name attribute. |
nullTextString | Written out if the label's text is null. |
objectDataProperty | Value assigned to the output tag's objectDataProperty attribute. |
prolog | Text that is output immediately preceeding the first markup tag. |
render | Flag that, if true, indicates that the complete markup of the bean is output when the tag is closed. It also sets the the visible property on the underlying TransformationBean. |
target | The value of the TARGET= argument on the anchor tag |
text | Text string that is displayed |
URL | The URL to which the text should be linked. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.tableview.html.CellContentsNoRowsRenderer.
If you need to subclass the tag handler class for the sas:NoRowsRenderer tag, extend com.sas.taglib.servlet.tbeans.tableview.NoRowsRendererTag.