Interface WorkListDecorator Reference

You need to implement this interface to customize the appearance of the rows and/or cells in the Work List panel table. The class implementing this interface should contain the logic to decide how to render a row or a cell in the Work List panel. This logic is based on the instance information.The methods getCellStyle() and getCellValue() define how cells are rendered.The method getRowStyle defined the style used to render a complete row.

fuego.workspace.model.view.WorkListDecorator