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 ALBPM 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 List Panel that is being rendered.
  • instanceInfo - The InstanceInfo object that represents the intance being rendered.
  • column - The Presentation.Column object that represents the column being rendered.
  • rowIndex - The index of the row being rendered.

Returns

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