Hello everyone,

i'm trying to extend the qx.ui.list.List class to fit in my application.
Therefore i have to overwrite the __createLookupFromGroup method. Or just
need access to __lookupTable.

I've tried to acomplish that with a mixin that overwrites
__createLookupFromGroup. In the code I patched the list class with my mixin:

qx.Class.patch(qx.ui.list.List, test.chat.MListExtension);

But neither is that operation allowed, nor can I access any private
variables in qx.ui.list.List. Is it possible to change that?

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Overriding-private-methods-with-mixings-tp6242437p6242437.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to