I am using a FlexTable right now and want to move to a CellTable. My table has 3 columns which are shown to the user. Column 1 is some text value, Column 2 is also a text value, column 3 is either a blank cell or a button.
The data bean (DTO) which comes to the UI from the server has three fields: field 1 is text for column 1, field 2 is text for column 2, field 3 is a boolean. If the boolean field is true then the 3rd column on the flextable will show a button and if false then just an empty cell. The user can click the button, if present, which fires a RPC request for some processing. Based on this requirement, how can I use a CellTable. As per the examples, you have to decide in advance if the column will be a ButtonCell or a TextCell. Please help. - Sunit -- 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.
