<sas-dv:CellContentsTextEntryEditor>

Used to set the CellContentsTextEntryEditor on a TableView cell's CellEditor. This class will render the cell's contents as a TextEntry.

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

Syntax

<sas-dv:CellContentsTextEntryEditor
   [accessKey="java.lang.String"]
   [customAttributes="java.lang.String"]
   [enabled="true|false"]
   [epilog="java.lang.String"]
   [id="value"]
   [locale="java.util.Locale"]
   [maximumLength="java.lang.String"]
   [name="java.lang.String"]
   [objectDataProperty="java.lang.String"]
   [onBlur="java.lang.String"]
   [onChange="java.lang.String"]
   [onClick="java.lang.String"]
   [onDblClick="java.lang.String"]
   [onFocus="java.lang.String"]
   [onKeyDown="java.lang.String"]
   [onKeyPress="java.lang.String"]
   [onKeyUp="java.lang.String"]
   [onMouseDown="java.lang.String"]
   [onMouseMove="java.lang.String"]
   [onMouseOut="java.lang.String"]
   [onMouseOver="java.lang.String"]
   [onMouseUp="java.lang.String"]
   [onSelect="java.lang.String"]
   [prolog="java.lang.String"]
   [readOnly="true|false"]
   [size="java.lang.String"]
   [styleClassPrefix="java.lang.String"]
   [tabIndex="java.lang.String"]
   [text="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:CellContentsTextEntryEditor>

Attributes

accessKey
customAttributes
enabled
epilog
idCase-sensitive name used to identify the object instance.
locale
maximumLength
name
objectDataProperty
onBlur
onChange
onClick
onDblClick
onFocus
onKeyDown
onKeyPress
onKeyUp
onMouseDown
onMouseMove
onMouseOut
onMouseOver
onMouseUp
onSelect
prolog
readOnly
size
styleClassPrefix
tabIndex
text

More Information

To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.tableview.html.CellContentsTextEntryEditor.

If you need to subclass the tag handler class for the sas-dv:CellContentsTextEntryEditor tag, extend com.sas.taglib.servlet.tbeans.tableview.CellContentsTextEntryEditorTag.