Tuesday, April 26, 2011

Re: using SuggestBox with special Oracle and Suggestion - how to keep view "humble"

Most of the GWT widgets have predefined interfaces that will work just fine.  HasValue, HasText, HasClickHandlers, etc.  I rarely bother to extend these.  Ideally, you wont need to generate too many of these extra interfaces.  I think the only additional interface I have created is HasClickHandlersAndEnableable, which lets me have greater control over buttons without adding more methods to the main view interface.

-Ben

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
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