Eclipse Birt - Set style cell table dynamically with Event Handler
问题 I have Birt table in a report and i want to create a handler class that change the style color of the cell in the table dynamically if the cell contains the max of the column. I try this for first step and i hooked the class to the row of the table report. public class RowMinMax implements IRowEventHandler { public void onCreate(IRowInstance rowInstance, IReportContext reportContext) { double max=0; IRowData rowData = rowInstance.getRowData(); double cellValue = (double) rowData