protected void configureSelectionStyle() {
SelectionLayer selectionLayer = bodyLayer.getSelectionLayer();
if (tableModel.enableFullRowSelection) {
selectionLayer
.addConfiguration(new RowOnlySelectionConfiguration<T>());
natTable.addConfiguration(new RowSelectionUIBindings());
selectionLayer
.setSelectionModel(new RowSelectionModel<T>(selectionLayer,
bodyLayer.getDataProvider(), rowIdAccessor));
} else {
selectionLayer