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