Thursday, December 29, 2011

Re: Revise policies and change some private members to protected.



On Wednesday, December 28, 2011 11:05:27 PM UTC+1, Ed wrote:
Solution/Workaround: copy and improve it yourself and override it through gwt config if needed.

You could also access private members through JSNI (which bypasses Java access rules).

And in the case of the list in ListHandler, you can modify its content rather than replacing it: lh.getList().clear(); lh.getList().addAll(newList) 

(I don't see any "elements" or "widgets" in DialogBox.CaptionImpl; not sure what's being asked here)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/bxGT659F6vIJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment