Celltable rows selection with focus

2011-01-30 Thread Deepak Singh
Hi, I am using GWT 2.1.1 and have one celltable working fine. I want to provide better user experience so i need to implement the following feature, I want the rows to be selected with focus and then get the selected object for further action. when the table is created and appeared first time, th

Re: Celltable rows selection with focus

2011-01-31 Thread Deepak Singh
Any suggestion pls... On Sun, Jan 30, 2011 at 4:00 PM, Deepak Singh wrote: > Hi, > > I am using GWT 2.1.1 and have one celltable working fine. > I want to provide better user experience so i need to implement the > following feature, > > I want the rows to be selected with focus and then get the

Re: Celltable rows selection with focus

2011-01-31 Thread Zak
These docs should help you: http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html#selection On Jan 31, 11:42 am, Deepak Singh wrote: >  Any suggestion pls... > > On Sun, Jan 30, 2011 at 4:00 PM, Deepak Singh wrote: > > > Hi, > > > I am using GWT 2.1.1 and have one celltable wor

Re: Celltable rows selection with focus

2011-01-31 Thread Deepak Singh
No. there is nothing here mentioned as how to add focusHandler to any cell or celltable. On Tue, Feb 1, 2011 at 12:39 AM, Zak wrote: > These docs should help you: > > > http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html#selection > > On Jan 31, 11:42 am, Deepak Singh wrote:

To Google Team: Re: Celltable rows selection with focus

2011-02-07 Thread Deepak Singh
Hello Team@google, I could not find any solution to implement this feature but i need this anyhow. Can you guys give some solution to this. I am using GWT 2.1.1. Hope the google team finds out some way out. Thanks Deepak On Tue, Feb 1, 2011 at 12:39 AM, Zak wrote: > These docs should help you

Re: To Google Team: Re: Celltable rows selection with focus

2011-02-07 Thread John LaBanca
I created an issue to track this: http://code.google.com/p/google-web-toolkit/issues/detail?id=5990 Thanks, John LaBanca jlaba...@google.com On Mon, Feb 7, 2011 at 4:24 PM, Deepak Singh wrote: > Hello Team@google, > > I could not find any solution to implement this feature but i need this > any

Re: To Google Team: Re: Celltable rows selection with focus

2011-02-07 Thread zixzigma
don't you think this can be achieved by using selectionModel.setSelection and selecting the first item from the current range ? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googl

Re: To Google Team: Re: Celltable rows selection with focus

2011-02-07 Thread John LaBanca
I think deepak wants to set native focus on the table so the user can use keyboard navigation without having to click on a cell first. Thanks, John LaBanca jlaba...@google.com On Mon, Feb 7, 2011 at 5:50 PM, zixzigma wrote: > don't you think this can be achieved by using selectionModel.setSele

Re: To Google Team: Re: Celltable rows selection with focus

2011-02-08 Thread Deepak Singh
Hi John, Exactly i want what you said. To be more clear, i explain it with example. Say we have, CellTable table = new CellTable(); table.setSelectionModel(); I should be able to call the following line when the table gets focus table.getSelectionModel().setSelected(tableList.get('Row id

Re: To Google Team: Re: Celltable rows selection with focus

2011-02-08 Thread Deepak Singh
Hi Zix, Could you pls explain a bit more. Thanks Deepak On Tue, Feb 8, 2011 at 4:20 AM, zixzigma wrote: > don't you think this can be achieved by using selectionModel.setSelection > and selecting the first item from the current range ? > > -- > You received this message because you are subscrib