<sas-dv:TableTitle>
Generates the text used as the title for the TableViews.
Syntax
<sas-dv:TableTitle
[customAttributes="java.lang.String"]
[encodedURL="true|false"]
[encodeText="true|false"]
[epilog="java.lang.String"]
[for="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[model="java.lang.String"]
[name="java.lang.String"]
[nullTextString="java.lang.String"]
[objectDataProperty="java.lang.String"]
[prolog="java.lang.String"]
[ref="java.lang.String"]
[render="true|false"]
[scope="page|request|session|application"]
[target="java.lang.String"]
[text="java.lang.String"]
[uRL="java.lang.String"]>
[<sas-dv:StyleInfo/>]
[<sas-dv:SetProperty ...>
The value to set on the parent tag
</sas-dv:SetProperty>]
[Additional <sas-dv:SetProperty> tags...]
</sas-dv:TableTitle>
Attributes
customAttributes | |
|---|---|
encodedURL | |
encodeText | |
epilog | |
for | |
id | Case-sensitive name used to identify the object instance. |
instantiate | Flag that, if true, indicates that a new instance of the underlying class should be loaded if one cannot be found in PageContext. Must be used with an id attribute. |
locale | |
model | |
name | |
nullTextString | |
objectDataProperty | |
prolog | |
ref | The variable String value that represents an object created earlier in the same scope. |
render | |
scope | The scope (or page context) within which the reference is available. |
target | |
text | |
uRL |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.html.Label.
If you need to subclass the tag handler class for the sas-dv:TableTitle tag, extend com.sas.taglib.servlet.tbeans.tableview.TableTitleTag.