configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER, sortHeaderPainter,
DisplayMode.NORMAL, GridRegion.CORNER);
} else {
SortableHeaderTextPainter sortHeaderPainter = new SortableHeaderTextPainter(
new BeveledBorderDecorator(new TextPainter()), false, false);
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER, sortHeaderPainter,
DisplayMode.NORMAL, GridRegion.COLUMN_HEADER);
configRegistry.registerConfigAttribute(
CellConfigAttributes.CELL_PAINTER, sortHeaderPainter,