Hi, You can use the javascript "instanceof" just fine. There are quite a few other static helper functions in qx.Class that will probably help yo do what you want. Here are just a few
* qx.Class.isSubClassOf(clazz, superClass) * qx.Class.hasMixin(clazz, mixin) * qx.Class.hasInterface(clazz, iface) Check out the API for the others! HTH, Matt Dmitry Pryadkin wrote: > Gentleman, > > I've a question. Let there be a qooxdoo object. How can I check if it > implements a certain functionality, i.e. "instanceof". > I'm implementing test-extensions for Selenium. This means I'm dealing > with non-standard situations where the context probably doesn't obey > standard rules. > > Thanks > . > Dmitry > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
