You can create a Popup containing your list of options (some people have
used a vertical MenuBar as a list of selectable items).  When the user
clicks on the Cell, open the Popup.  When they select an option, close it.
 DatePickerCell is a good example of this technique.

We'll probably include a CustomListBoxCell in a future version of GWT, but
it isn't on the agenda for GWT 2.2.

Thanks,
John LaBanca
jlaba...@google.com


On Fri, Dec 3, 2010 at 3:24 PM, savilak <savi...@gmail.com> wrote:

> Can you please give me a hint on this?
>
>
> On Nov 29, 6:22 pm, savilak <savi...@gmail.com> wrote:
> > I have to create a CellTable with cells that contain ListBoxes.
> >
> > The issue is that I want each item of the listbox to contain an Image
> > and Text!
> > Standard ListBoxes does not allow us to use images at its items
> > (<select> <option>Item 1</option> </select>).
> >
> > What is the best approach I can follow to implement this?
> >
> > Thank you for your time.
> >
> > Savilak
>
> --
> 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-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to