NetUI Tag Library Documentation (Version 1.0.1)

netui-data
netui-data:imageAnchorCell Tag

This tag is a data grid cell used to render an HTML image inside of an anchor.

Syntax

<netui-data:imageAnchorCell
    [action="string_action"]
    [align="string_align"]
    [alt="string_alt"]
    [anchorTagId="string_tagId"]
    [border="integer_pixelBorder"]
    [cellAbbr="string_cellAbbr"]
    [cellAlign="string_cellAlign"]
    [cellAxis="string_cellAxis"]
    [cellChar="string_cellAlignChar"]
    [cellCharoff="string_cellAignCharOff"]
    [cellColspan="string_cellColspan"]
    [cellDir="string_cellDir"]
    [cellHeaders="string_cellHeaders"]
    [cellLang="string_cellLang"]
    [cellOnClick="string_cellOnClick"]
    [cellOnDblClick="string_cellOnDblClick"]
    [cellOnKeyDown="string_cellOnKeyDown"]
    [cellOnKeyPress="string_cellOnKeyPress"]
    [cellOnKeyUp="string_cellOnKeyUp"]
    [cellOnMouseDown="string_cellOnMouseDown"]
    [cellOnMouseMove="string_cellOnMouseMove"]
    [cellOnMouseOut="string_cellOnMouseOut"]
    [cellOnMouseOver="string_cellOnMouseOver"]
    [cellOnMouseUp="string_cellOnMouseUp"]
    [cellRowspan="string_cellRowspan"]
    [cellScope="string_cellScope"]
    [cellStyle="string_cellStyle"]
    [cellStyleClass="string_cellStyleClass"]
    [cellTagId="string_cellTagId"]
    [cellTitle="string_cellTitle"]
    [cellValign="string_cellAlign"]
    [charSet="string_charset"]
    [filterExpression="string"]
    [height="integer_height"]
    [href="string_href"]
    [hrefLang="string_hreflang"]
    [hspace="integer_hspace"]
    [imageStyle="string_style"]
    [imageStyleClass="string_style"]
    [ismap="string_isMap"]
    [longdesc="string_alt"]
    [onClick="string_onClick"]
    [onDblClick="string_onDblClick"]
    [onKeyDown="string_onKeyDown"]
    [onKeyPress="string_onKeyPress"]
    [onKeyUp="string_onKeyUp"]
    [onMouseDown="string_onMouseDown"]
    [onMouseMove="string_onMouseMove"]
    [onMouseOut="string_onMouseOut"]
    [onMouseOver="string_onMouseOver"]
    [onMouseUp="string_onMouseUp"]
    [rel="string_rel"]
    [rev="string_rev"]
    [sortExpression="string"]
    [src="string_src"]
    [style="string_style"]
    [styleClass="string_style_class"]
    [tagId="string_tagId"]
    [target="string_action"]
    [targetScope="string_targetScope"]
    [title="string_title"]
    [type="string_type"]
    [usemap="string_useMap"]
    [vspace="string_vspace"]
    [width="integer_pixelWidth"] >
    ... JSP content ...
</netui-data:imageAnchorCell>

Description

This tag is a data grid cell used to render an HTML image inside of an anchor. This tag should be used inside of a <netui-data:rows> tag when rendering a data set with the <netui-data:dataGrid> tag. The rendered output is structured as:

   <a ...><img .../>
 
If the <netui-data:imageAnchorCell> attribute is set, the href will be rendered on the anchor. If the <netui-data:imageAnchorCell> attribute is set, it must reference an action that is valid in the context of the current Page Flow. Only one of these two attributes may be set. The image source to render on the image tag is specified using the <netui-data:imageAnchorCell> attribute.

The set of JSP implicit objects available to the body include:

Attributes
action
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The action method to invoke. The action method must valid given the ccurrent Page Flow.
align
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The alignment attribute for the HTML image tag.
alt
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The alternative text of the HTML image tag.
anchorTagId
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The tagId for the HTML image tag.
border
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The border size attribute for the HTML image tag.
cellAbbr
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The abbreviated form of the HTML table cell's content.
cellAlign
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The horizontal alignment of the HTML table cell.
cellAxis
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The axis attribute for the HTML table cell.
cellChar
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The horizontal alignment character for the HTML table cell
cellCharoff
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The horizontal alignment character offset for the HTML table cell.
cellColspan
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The colspan attribute of the HTML table cell.
cellDir
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The text direction attribute for the HTML table cell.
cellHeaders
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The headers attribute for the HTML table cell.
cellLang
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The language for the HTML table cell.
cellOnClick
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onClick JavaScript event for the HTML table cell.
cellOnDblClick
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onDblClick JavaScript event for the HTML table cell.
cellOnKeyDown
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onKeyDown JavaScript event for the HTML table cell.
cellOnKeyPress
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onKeyPress JavaScript event for the HTML table cell.
cellOnKeyUp
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onKeyUp JavaScript event for the HTML table cell.
cellOnMouseDown
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseDown JavaScript event for the HTML table cell.
cellOnMouseMove
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseMove JavaScript event for the HTML table cell.
cellOnMouseOut
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseOut JavaScript event for the HTML table cell.
cellOnMouseOver
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseOver JavaScript event for the HTML table cell.
cellOnMouseUp
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseUp JavaScript event for the HTML table cell.
cellRowspan
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The row span attribute for the HTML table cell.
cellScope
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The scope attribute for the HTML table cell.
cellStyle
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The style attribute for the HTML table cell.
cellStyleClass
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The style class attribute for the HTML table cell.
cellTagId
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The tagId for the HTML table cell. The user is responsible for ensuring that this tag id is unique in the rendered page.
cellTitle
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The title for the HTML table cell.
cellValign
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The vertical alignment for the HTML table cell.
charSet
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The character set for the HTML anchor tag.
filterExpression
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

Set the filter expression with which this cell should be associated. Cells use this value to lookup any org.apache.beehive.netui.databinding.datagrid.api.filter.Filter state that may apply to this cell. Often, this value matches a <netui-data:headerCell> set on a header cell. It is used by data cells to render styles representing filtered data.

height
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The image height attribute for the HTML image tag.
href
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The HREF for the HTML anchor tag.
hrefLang
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The hreflang attribute for the HTML anchor tag.
hspace
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The horizontal spacing for the HTML image tag.
imageStyle
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The style for the HTML image tag.
imageStyleClass
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The style class for the HTML image tag.
ismap
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The server-side map declaration for the HTML image tag.
longdesc
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The longdesc attribute for the HTML image tag.
onClick
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onClick JavaScript for the HTML anchor tag.
onDblClick
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onDblClick JavaScript for the HTML anchor tag.
onKeyDown
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onKeyDown JavaScript for the HTML anchor tag.
onKeyPress
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onKeyPress JavaScript for the HTML anchor tag.
onKeyUp
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onKeyUp JavaScript for the HTML anchor tag.
onMouseDown
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseDown JavaScript for the HTML anchor tag.
onMouseMove
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseMove JavaScript for the HTML anchor tag.
onMouseOut
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseOut JavaScript for the HTML anchor tag.
onMouseOver
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseOver JavaScript for the HTML anchor tag.
onMouseUp
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The onMouseUp JavaScript for the HTML anchor tag.
rel
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The rel attribute for the HTML anchor tag.
rev
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The rev attribute for the HTML anchor tag.
sortExpression
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

src
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The image source URI for the HTML image tag.
style
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The style for the HTML anchor tag.
styleClass
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The style class for the HTML anchor tag.
tagId
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The tagId for the HTML image tag.
target
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The window target for the HTML anchor tag.
targetScope
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The target scope in which the associated action's page flow resides.
title
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The title for the HTML anchor tag.
type
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The type attribute for the HTML anchor tag.
usemap
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The client-side image map declaration for the HTML image tag.
vspace
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The vertical spacing around the HTML image tag.
width
Required: No  |   Type: String  |   Supports runtime evaluation / JSP Expression Language: Yes

The width for the HTML image tag.


Tag Information
Tag Classorg.apache.beehive.netui.tags.databinding.datagrid.ImageAnchorCell
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone