I have a requirement for my CellTable to be able to change the view (representation) of my columns.
I need to provide a list view, detail view and thumbnail view of the same data. Like MS Windows explorer where you can change how you look at the files. 1) List view - simple rows with single line column values 2) Detail view - rows containing small thumbnail, multi-line column values 3) Thumbnail view - big thumbnails laid out side-by-side My current approach is a MultiHasDataWrapper class that holds 3 HasData implementations, 2 CellTable and 1 CellView (for the thumbnails). The wrapper manages the Attach/Detach of the HasData widgets so only one is attached at a time. What I am looking for is any suggestion or experience with a similar setup to learn from. Is there a better way? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
