Vijay, if you can't figure this out using Y2i's suggestion, consider using a Tree rather than a ListBox.
http://gwt.google.com/samples/Showcase/Showcase.html#!CwTree On Jan 6, 2:18 am, Y2i <[email protected]> wrote: > Not sure if you can do this with ListBox, but you can try constructing > this through DOM manipulation using SelectElement, OptGroupElement and > OptionElement > > On Jan 5, 10:34 pm, vijay gohel <[email protected]> wrote: > > > i want aout put like > > > Group1 > > Item1-1 > > Item1-2 > > Item1-3 > > Item1-4 > > Group2 > > Item2-1 > > Item2-2 > > Item2-3 > > Item2-4 > > etc > > > for that in HTML > > > there is option in "Select Tag" and Option in "Select Tag" is > > "optiongroup" > > > i want that's output in get list box > > > thanks > > > Vijay -- 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.
