getValue()

Returns the HTML for the given cell value. If the method returns NULL the original value will be rendered

java.lang.String getValue(java.lang.String viewId, fuego.papi.InstanceInfo instanceInfo, fuego.papi.Presentation.Column column, java.util.Locale locale, java.lang.String originalValue, int rowIndex)

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.