116117118119120121122123124125
@Override protected void onAdd(ColRowRange value) { super.onAdd(value); value.setCellContainer(cellContainer); CellContainer cells = getCellContainer(); if(cells != null) { cells.onAddCol(parent, value); } }