On Wed, May 19, 2010 at 14:00, Fritz Zaucker <[email protected]> wrote:
> P.S.: I don't understand mixin's well enough, so this might be a silly > question: if I use it in my application, then the method is added to > every object in my application? Or could a mixin just have a "local" > effect on the objects of a specific class (e.g., only in those > classes, where I have a need for bind())? > A mixin has an effect on every object of the class to which it is "mixed in", including every object which descends from that class. Since nearly every class in qooxdoo descends from qx.core.Object, any methods mixed in to qx.core.Object are included in nearly every qooxdoo object. That's why Fabian's point has merit. Hope that makes it clear. Cheers, Derrell
------------------------------------------------------------------------------
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
