<sas:CellContentsRenderer>

Used to set any type of CellContentsRenderer on a TableView cell's CellRenderer. This class will render the cell's contents using an instance of the className. The default constructor will be called to instantiate the contents renderer. The className must implement com.sas.servlet.tbeans.tableview.TableCellContentsRenderer.

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

Syntax

<sas:CellContentsRenderer className="java.lang.String"
   [id="value"]
   [locale="java.util.Locale"] />

Attributes

classNameThe name of the class to use as the contents renderer.
idCase-sensitive name used to identify the object instance.
localeSpecifies the locale to use for this instance of the class.

More Information

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