getRowStyle()

Returns the CSS inline style for the given row. If the method returns NULL the original style is applied.
java.lang.String getRowStyle(java.lang.String viewId, fuego.papi.InstanceInfo instanceInfo, int rowIndex)

Example

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

"background-color:#FFC6BF;"

Parameters


  • viewId - The 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 rendered row.

Returns

The CSS inline style for the given row.