Re: Syncronize hovered rows in two cellTables

2011-03-14 Thread Musicman75
Back from holiday :-) Thanks for your reply. I tried to implement things like you described. Setting the hovering row doesn't work, because I can't access the property. Now I tried to dispatch an event on each table to handle the hovering. Therefore I've to change the event target. Otherwise The

Syncronize hovered rows in two cellTables

2011-02-11 Thread Musicman75
Hello, I've two celltables inside a horizontalPanel. The first table contains line numers and the second one contains text. I need to syncronize the hovered rows in both tables. If the user moves the mouse over one table, the row should be hovered in the second table too. Does someone knows

Re: Syncronize hovered rows in two cellTables

2011-02-11 Thread Thomas Visser
CellTable keeps record of the 'hoveringRow'. This attribute can change inside the onBrowserEvent2 (http://www.google.com/codesearch/p? hl=en#A1edwVHBClQ/user/src/com/google/gwt/user/cellview/client/ CellTable.javaq=hoveringRow%20package:http://google-web-toolkit %5C.googlecode%5C.coml=881) method.