Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-19 Thread Paulo Ferreira
Hi, The problem I saw with overriding the class static was that, as of the moment you did that, and until you restored the default, all tables created, wether they use the Filter Feature or not, we be created with these filter headers. But thanks for your reply, at least I known I was on the r

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-18 Thread Derrell Lipman
On Thu, Oct 18, 2012 at 7:02 AM, Paulo Ferreira wrote: > > As you can see: > 1. One possible solution was to override, the qooxdoo "class static" > member qx.ui.table.columnmodel.Basic.DEFAULT_HEADER_RENDERER > This is exactly the right way to do it. The reason that there is a static variable th

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-18 Thread Paulo Ferreira
Hello, Thank you for your reply, and now I get how the field is being used, knowing that you are listed as one of the developers, I was hoping that maybe you had time to answer a second question: In my original post, I stated the reason I was interested in this field (I need to modify the head

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-17 Thread Derrell Lipman
On Wed, Oct 17, 2012 at 9:45 AM, Paulo Ferreira wrote: > Hi, > > I've come across a strange situation. > > I wanted to create a Table with a Text Field in the Column Header and > came across the following piece of code in qooxdoo 2.0.2. > > In the init member "qx.ui.table.columnmodel.Basic", I fo

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-17 Thread Paulo Ferreira
Hi, From what I saw in the code for setHeaderCellRenderer, it only modifies the Header Cell Renderer, after it has been created (i.e. the model initialized), and only on a column by column basis... I actually needed is to initialize (create) all the cells from the same renderer (with the new

Re: [qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-17 Thread Joe Stetzer
Are you looking for "setHeaderCellRenderer" at http://demo.qooxdoo.org/2.0.2/apiviewer/#qx.ui.table.columnmodel.Basic~setHeaderCellRenderer ? On Wed, Oct 17, 2012 at 9:45 AM, Paulo Ferreira wrote: > Hi, > > I've come across a strange situation. > > I wanted to create a Table with a Text Field i

[qooxdoo-devel] Table Column Model and Cell Header Renderer

2012-10-17 Thread Paulo Ferreira
Hi, I've come across a strange situation. I wanted to create a Table with a Text Field in the Column Header and came across the following piece of code in qooxdoo 2.0.2. In the init member "qx.ui.table.columnmodel.Basic", I found the following piece of code: var headerRenderer = this.__header