Yeah I know about this implementation, but I would like to use a
library function... I guess I can compromise until it's supported,
just wondering if the newer version of GWT supports Class.getSimpleName
()

Thanks though.

On Jul 16, 1:08 am, lumo <[email protected]> wrote:
> if not
>
> [code]
>     public String getSimpleClassName() {
>         String className = this.getClass().getName();
>         return className.substring(
>                 className.lastIndexOf(".") + 1, className.length());
>     }
> [/code]
>
> 2009/7/15 Pandaman <[email protected]>
>
>
>
> > Does GWT 1.7 support Class.getSimpleName()?
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to