Hi Til,

It would be interesting to create a method in the Table like this:

qx.Proto.getFocusedCell() = function() {
   return {row: this._focusedRow, col: this._focusedCol};
}
qx.Proto.getFocusedRow() = function() {
   return this._focusedRow;
}
qx.Proto.getFocusedCol() = function() {
   return this._focusedCol;
}

What do you think?


Til Schneider wrote:
> 
>>   I have a navigator linked to the table and I need to be able to move 
>> the currnetly selected row via the navigator. If the methods have 
>> already been done then I won't spend the time to create them.
> 
> I think the method you are searching is Table.setFocusedCell. Just have 
> a look at the API documentation.
> 
> 
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/table-selection-movement-tf2118327.html#a5940631
Sent from the qooxdoo-devel forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to