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.
views:
44answers:
1
+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
2010-09-13 19:05:42