Thursday, May 27, 2010

Re: onLoad?

Hi,

you find the current javadocs here

http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/index.html?overview-summary.html

http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/gwt/user/client/ui/Widget.html

and in your downloaded SDK

the behaviour of onLoad and onUnload are documented


Stefan Bachert
http://gwtworld.de

On 27 Mai, 06:43, spierce7 <spier...@gmail.com> wrote:
> Hey guys, I'm creating a class that extends Label, and for some reason
> whenever I create an instance of it, it doesn't load the onLoad()
> class when it's instantiated. I've got it set up the exact same way I
> have a class that extends grid, that properly uses onLoad, but for
> some reason this isn't.
>
> The idea occurred to me that I don't even really know what onLoad does
> exactly. What is the difference between onLoad and a constructor, and
> how should I be using them differently? (yes I did a search). Out of
> curiosity how does onModuleLoad() fit into the mix also? Thanks!

--
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