Hey John!
Yes I know that. Having an override-able applier is an alternative
solution for this.
But my question was simply if the code below would work or not:
> Having a class 'Basic' with property foo and generated getter getFoo
> and setter setFoo:
>
> If I derive class 'Advanced' from class 'Basic': Is it possible to
> override the method setFoo of 'Basic'?
>
> Code fragment:
>
> setFoo: function(value) {
> this.base(arguments,value);
>
> // more things to be done with value...
> }
Regards
Dietrich
Am 24.07.2013 11:46, schrieb John Spackman:
> You can if the Basic class has an apply method that isn't private, which
> your Advanced class can override.
>
> John
>
> On 24/07/2013 10:40, "Dietrich Streifert"
> <[email protected]> wrote:
>
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel