Hi Martin,

thanks also to you for pointing out that I can do something before calling
this.base().

Cheers,
Fritz

On Wed, 16 Jun 2010, MartinWittemann wrote:

>
> Hello Fritz,
>
> sure this is possible. You can subclass the table and your constructor
> should look something like this (not tested!):
>
> ... : function(tableModel, custom) {
>  this.setNewTableColumnModel(function() {
>    return new qx.ui.table.columnmodel.Resize();
>  });
>  this.base(arguments, tableModel, custom);
> }
>
> Keep in mind to set the method before calling the superclass constructor
> with this.base() (like in the example).
>
> Regards,
> Martin
>

-- 
Oetiker+Partner AG              tel: +41 62 775 9903 (direct)
Fritz Zaucker                        +41 62 775 9900 (switch board)
Aarweg 15                            +41 79 675 0630 (mobile)
CH-4600 Olten                   fax: +41 62 775 9905
Schweiz                         web: www.oetiker.ch

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to