Re: [qooxdoo-devel] Calling Superclass Methods in 0.7

2007-05-29 Thread Sebastian Werner
Sascha Haeberling schrieb: > Hi, > > I am currently experimenting with the new OO-API in 0.7 beta 1. It feels > great so far and it looks nice and clean. Nice to hear. Positive feedback is useful, too. > But what I am wondering is: Is there a way to call a superclass' method > named different

[qooxdoo-devel] Calling Superclass Methods in 0.7

2007-05-28 Thread Sascha Haeberling
Hi, I am currently experimenting with the new OO-API in 0.7 beta 1. It feels great so far and it looks nice and clean. But what I am wondering is: Is there a way to call a superclass' method named different than the one I am calling from? For example, if I have a method getA() in a super-class and