Hello.

I have an abstract class that some of my modules descend from, and when i
include those modules into web pages, i insert them into divs with the id
coinciding with the name of the class. I tried to do something like

RootPanel.get(this.getClass().getSimpleName()).add(stuffToAdd);

But it didn't compile. Is there another way to get the class's simple name?

Thank you in advance,
Timofey Danshin.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to