Exemplo n.º 1
0
 public ListModel getModelByOwner(Component comp) {
   if (comp instanceof Grid) {
     final Grid grid = (Grid) comp;
     return grid.getModel();
   } else {
     throw new UiException("Unsupported type for RowCollectionItem: " + comp);
   }
 }