getCellStyle()

Returns a String containing the CSS inline style to render the cell of the given column and row. If the return value is null the cell is rendered with WorkSpace default style.
java.lang.String getCellStyle(java.lang.String viewId, fuego.papi.InstanceInfo instanceInfo, fuego.papi.Presentation.Column column, int rowIndex)

Example

The following String is an example of a valid return value:

"border:1px solid black;"

Parameters


  • viewId - The view ID of the view assigned to the Work Items Panel.
  • instanceInfo - The InstanceInfo object that represents the rendered work item.
  • column - The Presentation.Column object that represents the rendered column.
  • rowIndex - The index of the row being rendered.

Returns

The CSS inline style for the cell of the given column and row.