Different type for rows in a CellTable
I want to display a list of Order in a CellTable along with the detail of each order. In that example I have 2 orders that each has 2 products.
06/10/2011 | Order # 1505 | | | $150.00
Empty | Product 1 | 5 | 10 | $50.00
Empty | Product 2 | 10 | 10 | $100.00
05/10/2011 | Order # 1504 | | | $150.00
Empty | Product 1 | 5 | 10 | $50.00
Empty | Product 2 | 10 | 10 | $100.00
Is there a way to display different type for rows in a CellTable? The CellTable would be a CellTable<OrderProxy>. OrderProxy contains a List<ProductProxy>.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/9FB8lAC99H4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home