<sasads:ColumnRange>
Custom Tag for creating a ColumnRange. If no attributes are set, the range will become the default range and will be applied to each data element in each row. If the columnIndex attribute is set, then the format will be applied only to the data elements in the given column in each row. If multiple column ranges are applied, then the specific column range will override the default range.
This tag must be nested within a sasads:Table tag.
Syntax
<sasads:ColumnRange
[columnIndex="int"]
[id="value"]
[locale="java.util.Locale"]
[range="java.lang.String"]>
[<sasads:ExceptionRangeSegment .../>]
[Additional <sasads:ExceptionRangeSegment> tags...]
[The body is ignored if the model is set.]
</sasads:ColumnRange>
Attributes
columnIndex | the column index |
|---|---|
id | Case-sensitive name used to identify the object instance. |
locale | |
range | the range String |
More Information
If you need to subclass the tag handler class for the sasads:ColumnRange tag, extend com.sas.taglib.servlet.beans.ColumnRangeTag.