getRowStyle()
Returns the CSS inline style for the given row. If the method returns NULL the original style will be
applied.
Example
The following String is an example of a valid return value:
"background-color:#FFC6BF;"
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 given row.