Sunday, September 19, 2010

Re: The Character class

Here's the documentation for Java library classes emulated in the GWT
client:

http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html

You can browse the source code here:

http://www.google.com/codesearch/p?hl=en#A1edwVHBClQ/user/super/com/google/gwt/emul/java/lang/Character.java

If you find something that you need, enter an issue report, or vote
for an existing issue report, for example:

http://code.google.com/p/google-web-toolkit/issues/detail?id=1983

On Sep 19, 12:03 am, Kasper Hansen <kbhdk1...@gmail.com> wrote:
> How do I know which functions are implemented in GWT's client side classes ?
>
> For instance, I was using the Character class, and realized that some
> functions were missing, and the GWT compiler complained about it... If
> I had know that before I started coding, I might have designed my
> classes different. In this case it was easy to change the
> implementation to something that worked, but still..
>
> Is there a list of the classes and their functions that works client
> side somewhere ?
>
> Cheers,
>
> :-) Kasper

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