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 [email protected] On Fri, Dec 3, 2010 at 3:24 PM, savilak <[email protected]> wrote: > Can you please give me a hint on this? > > > On Nov 29, 6:22 pm, savilak <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
