<sas:CellContentsEditor>

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

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

Syntax

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

Attributes

classNameThe name of the class to use as the contents editor.
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:CellContentsEditor tag, extend com.sas.taglib.servlet.tbeans.tableview.CellContentsEditorTag.