Hi Bonor- Here's a quick algorithm. I'm sure it isn't complete so fill in the gaps as necessary:
1) Extend the TextBox type so it knows what row of the table it is being added to. 2) Create a FlexTable and add your TextBoxes to it, passing it the current row of the table. Be sure to add a focus handler to the TextBoxes as well. 3) When the focus is fired for that text box, acquire its row number, and then change the CSS for that row (e.g., table.getRowFormatter().setStyleName()). That should be it. Good luck! On Apr 7, 6:04 am, Bonor <[email protected]> wrote: > I want to highlight the current row in a FlexTable (the cells contain > TextBoxes). > If a user tabs through the cells, how can I highlight the current row? > Thanks in advanced -- 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.
