Monday, January 31, 2011

Re: Celltable rows selection with focus

These docs should help you:

http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html#selection

On Jan 31, 11:42 am, Deepak Singh <deepaksingh...@gmail.com> wrote:
>  Any suggestion pls...
>
> On Sun, Jan 30, 2011 at 4:00 PM, Deepak Singh <deepaksingh...@gmail.com>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 selected object
> > for further action.
> > when the table is created and appeared first time, the focus should
> > automatically go to first row and the row should automatically be selected
> > and as focus moves through rows by using arrow keys, corresponding rows
> > should be selected and i should be able to get the selected object with
> > focus moving on.
>
> > I tried to add FocusHandler to celltable but could not find any suitable
> > API for this.
>
> > Suggest some ways to acheive this.
>
> > Thanks

--
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@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment