getValue()
Returns the HTML for the given cell value. If the method returns NULL the original value will be rendered
Note
If you need to include an image in the HTML you should copy the image to the directory
BEA/albpm6.0/enterprise/webapps/workspace/img
and acess it in the following way:
img src='/img/imageFile'
Parameters
- viewId - The current view Id
- instanceInfo - The current instance info
- column - The cell's column
- locale - The user's locale
- originalValue - The original HTML value
- rowIndex - The index of the row being rendered.
Returns
The HTML for the given cell value.