@Override protected void templateOnColumnHiddenUpdated(int col, boolean hidden, int tw) { super.templateOnColumnHiddenUpdated(col, hidden, tw); updateGroupWidths(); }
@Override protected void templateOnColumnWidthUpdated(int col, int w, int tw) { super.templateOnColumnWidthUpdated(col, w, tw); updateGroupWidths(); }
@Override protected void templateOnAllColumnWidthsUpdated(List<Integer> ws, int tw) { super.templateOnAllColumnWidthsUpdated(ws, tw); updateGroupWidths(); }