<sas:CellContentsImageRenderer>
Used to set the CellContentsImageRenderer on a TableView cell's CellRenderer. This class will render the cell's contents as an image.
This tag must be nested within a sas:CellRenderer tag.
Syntax
<sas:CellContentsImageRenderer
[accessKey="java.lang.String"]
[alignment="java.lang.String"]
[alternateText="java.lang.String"]
[borderWidth="int"]
[customAttributes="java.lang.String"]
[enabled="false|true"]
[epilog="java.lang.String"]
[height="int"]
[heightPercentage="int"]
[horizontalSpace="int"]
[id="value"]
[image="java.lang.String"]
[locale="java.util.Locale"]
[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"]
[styleClassPrefix="java.lang.String"]
[tabIndex="java.lang.String"]
[target="java.lang.String"]
[URL="java.lang.String"]
[useAsFormElement="true|false"]
[verticalSpace="int"]
[width="int"]
[widthPercentage="int"]>
[<sas:StyleInfo .../>]
[<sas:SetProperty ...>
The value to set on the parent tag
</sas:SetProperty>]
[Additional <sas:SetProperty> tags...]
</sas:CellContentsImageRenderer>
Attributes
accessKey | The shortcut to apply to the Form control. |
---|---|
alignment | The text alignment of the image. |
alternateText | The alternate text of the image. |
borderWidth | The border width of the image. |
customAttributes | a list of attributes in the form of attribute="value", space delimited |
enabled | The state of the Image element; "false" results in a disabled image. |
epilog | Text that is output immediately after the last markup tag. |
height | The height of the image. |
heightPercentage | The height percentage of the image. |
horizontalSpace | The horizontal spacing of the image. |
id | Case-sensitive name used to identify the object instance. |
image | The URL location of the image. |
locale | Specifies the locale to use for this instance of the class. |
name | Value assigned to the markup tag's name attribute. |
objectDataProperty | Value assigned to the output tag's objectDataProperty attribute. |
onBlur | The onBlur event handler to apply to the Form control. |
onChange | The onChange event handler to apply to the Form control. |
onClick | The onClick |
onDblClick | The onDblClick |
onFocus | The onFocus event handler to apply to the Form control. |
onKeyDown | The onKeyDown |
onKeyPress | The onKeyPress |
onKeyUp | The onKeyUp |
onMouseDown | The onMouseDown |
onMouseMove | The onMouseMove value |
onMouseOut | The onMouseOut event handler to apply to the Form control. |
onMouseOver | The onMouseOver event handler to apply to the Form control. |
onMouseUp | The onMouseUp |
onSelect | The onSelect |
prolog | Text that is output immediately preceeding the first markup tag. |
styleClassPrefix | The styleClassPrefix |
tabIndex | The tabindex to apply to the Form control. |
target | The target the image should use. |
URL | The URL to which the image should be linked. |
useAsFormElement | Specifies whether to use the form version or standard version of the image, "true" uses the form version. |
verticalSpace | The vertical spacing of the image. |
width | The width of the image. |
widthPercentage | The width percentage of the image. |
More Information
To view the documentation for the related TransformationBean, see com.sas.servlet.tbeans.tableview.html.CellContentsImageRenderer.
If you need to subclass the tag handler class for the sas:CellContentsImageRenderer tag, extend com.sas.taglib.servlet.tbeans.tableview.CellContentsImageRendererTag.