I realize it's 3 years later, but since nobody had made the issue: https://code.google.com/p/google-web-toolkit/issues/detail?id=8417
On Wednesday, October 13, 2010 1:02:20 PM UTC-4, John LaBanca wrote: > > Users will probably want to set the ordering of the values. Letting users > define the type would be more useful. > > A while back I started working on a ListBoxCell, which is a custom drop > box of options. It allows selection of typed values, and you can render > custom options. Hopefully we'll get it into a future GWT version. > > Thanks, > John LaBanca > [email protected] <javascript:> > > > On Wed, Oct 13, 2010 at 12:22 PM, John Tamplin <[email protected]<javascript:> > > wrote: > >> On Wed, Oct 13, 2010 at 12:10 PM, John LaBanca >> <[email protected]<javascript:>> >> wrote: >> > Sound reasonable. Can you open an issue to create a ValueSelectionCell >> that >> > takes an arbitrary type T and a SafeHtmlRenderer to convert the type T >> to a >> > String. >> >> A simpler option would be to accept Map<String,String> with the "key" >> the select value and the "value" what is displayed. >> >> -- >> John A. Tamplin >> Software Engineer (GWT), Google >> >> -- >> http://groups.google.com/group/Google-Web-Toolkit-Contributors >> > > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
