131132133134135136137138
formItemDataSourceCommand); } private BeanItem<Product> createProductItem() { return new BeanItem<Product>(new Product("Computer Monitor", 399.99f, "A monitor that can display both color and black and white.")); }