}
// Set the new selection model.
this.selectionModel = selectionModel;
if (selectionModel != null) {
selectionHandler = selectionModel.addSelectionChangeHandler(new SelectionChangeHandler() {
public void onSelectionChange(SelectionChangeEvent event) {
updateSelection();
}
});
}