예제 #1
0
 public void showProducts(Collection<Product> products) {
   grid.setProducts(products);
 }