Hello Vincent,
if you need to access additionally the qooxdoo class, you can do so by  
using

this.constructor

With that you can check on equality. The following code will return  
true for example.

var b = new qx.ui.form.Button();
alert(b.constructor === qx.ui.form.Button);

Best,
Martin


Am 13.05.2009 um 12:17 schrieb Vincent Bernardi:

> Hi everyone,
> I feel a bit stupid for asking such a basic question, but how do you
> get the Qx class of an object at run-time, either as a class object or
> as a string? I couldn't find anything about that in the documentation
> and my blind attempts through this.self(arguments) failed miserably.
>
> Thanks in advance,
> V.
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!  
> Your
> production scanning environment may not be a perfect world - but  
> thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW  
> KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to