Re: Does GWT 1.7 support Class.getSimpleName()?

2011-11-02 Thread Patrick Tucker
Rate the issue up:
http://code.google.com/p/google-web-toolkit/issues/detail?id=1944

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/BpfjJmR59FwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Does GWT 1.7 support Class.getSimpleName()?

2009-07-16 Thread lumo
if not

[code]
public String getSimpleClassName() {
String className = this.getClass().getName();
return className.substring(
className.lastIndexOf(.) + 1, className.length());
}
[/code]

2009/7/15 Pandaman p4nda...@gmail.com


 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Does GWT 1.7 support Class.getSimpleName()?

2009-07-16 Thread Pandaman

But that is for GWT 1.6, I already know what this supports.

On Jul 16, 1:38 am, Adam T adam.t...@gmail.com wrote:
 GWT supports the 
 following:http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html

 //Adam

 On 15 Juli, 19:00, Pandaman p4nda...@gmail.com wrote:

  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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Does GWT 1.7 support Class.getSimpleName()?

2009-07-16 Thread Pandaman

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 lumo2...@gmail.com 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 p4nda...@gmail.com



  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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Does GWT 1.7 support Class.getSimpleName()?

2009-07-16 Thread Pandaman

Apparently not.
http://stackoverflow.com/questions/1132692/does-gwt-1-7-have-support-for-class-getsimplename

On Jul 15, 1:00 pm, Pandaman p4nda...@gmail.com wrote:
 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Does GWT 1.7 support Class.getSimpleName()?

2009-07-15 Thread Pandaman

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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Does GWT 1.7 support Class.getSimpleName()?

2009-07-15 Thread Adam T

GWT supports the following: 
http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html

//Adam

On 15 Juli, 19:00, Pandaman p4nda...@gmail.com wrote:
 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---