Note: It is not possible to change the {@link ICellPainter} via this defaulttheme configuration. The reason for this is that the implementation {@link GroupByHeaderPainter} contains several technical details that arenecessary to make the GroupBy feature work as it is. Changing the painter could break the feature.
Note: Simply changing the font doesn't result in automatically resizing the GroupBy header height. This is the same as for all other layers too, as for calculation of the row height, the GC is necessary. To support also bigger fonts in the GroupBy header region, you are able to resize the GroupBy header manually like this:
natTable.doCommand(new RowResizeCommand(groupByHeaderLayer, 0, 50));@author Dirk Fauth
|
|