views:

44

answers:

1

I've seen GWT's getElementById, but I'm looking for something a lot more flexible/powerful. I'd prefer CSS selectors, but an XPath interface would do in a pinch. Thanks.

+3  A: 

You may be interested in GWTQuery, a clone of JQuery's functionality (including selectors) to GWT, written by a GWT engineer.

Jason Hall