public void removeRowSelectionListener(RowSelectionListener rowSelectionListener) {
   _selectionHandler.removeRowSelectionListener(rowSelectionListener);
 }
 public void addRowSelectionListener(RowSelectionListener rowSelectionListener) {
   _selectionHandler.addRowSelectionListener(rowSelectionListener);
 }