Beispiel #1
0
 @Override
 public int[] getSelectionIndices() {
   final Grid control = getUIControl();
   return control == null ? new int[0] : control.getSelectionIndices();
 }