if (_model instanceof Sortable) {
                final Sortable<Object> smodel = cast(_model);
                final List<Treecol> cols = cast(_treecols.getChildren());
                boolean found = false;
                for (final Treecol col : cols) {