Hello Everyone, Let me start with a concrete example: Thumbnail Grid view !
we have custom cells (images + text), layed out in X column and Y rows. with CellTable, when we are Displaying List of Items for example Contacts, each Row represents a Contact, and each Column represents a Property of Contact: eg. Address, Name but for Thumbnail Grid View, row and columns are not conceptually equivalent to CellTable row and columns. because for Thumbnail Grid View, our unit of display is not row, it is cell. and we might repeat this cell in X number of columns and Y rows. do you know what is the correct way of implementing this with CellTable ? I was thinking of using a container class C to hold X number of items, and break my items into X chunks. in other words, every X items, becoming a new type C, and displaying this C type in a CellTable, instead of individual items. can you think of another way to implement this ? Thank You -- 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.
