Hello all. I have two Columns in a CellTable:
Column A contains a custom RadioButtonGroupCell, which extends AbstractInputCell. The group contains three radio buttons. Column B contains a ButtonCell, and a click on the button is supposed to clear the selection made by the user in Column A. My problem is I don't know how to retrieve a Cell in Column A from Column B. If I can retrieve the relevant Cell from Column A, I can work it out from there. Do the columns share a parent Element I can work with? I don't know the 'best practice' to follow and would be grateful for any tips. 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.
