Ejemplo n.º 1
0
 @Override
 protected void templateOnColumnHiddenUpdated(int col, boolean hidden, int tw) {
   super.templateOnColumnHiddenUpdated(col, hidden, tw);
   updateGroupWidths();
 }
Ejemplo n.º 2
0
 @Override
 protected void templateOnColumnWidthUpdated(int col, int w, int tw) {
   super.templateOnColumnWidthUpdated(col, w, tw);
   updateGroupWidths();
 }
Ejemplo n.º 3
0
 @Override
 protected void templateOnAllColumnWidthsUpdated(List<Integer> ws, int tw) {
   super.templateOnAllColumnWidthsUpdated(ws, tw);
   updateGroupWidths();
 }