How can I make GWT list box editable a part from selection
Posted
by Anjaneyulu
on Stack Overflow
See other posts from Stack Overflow
or by Anjaneyulu
Published on 2010-05-25T06:49:17Z
Indexed on
2010/05/25
6:51 UTC
Read the original article
Hit count: 389
Hi, As per my requirement I have written a custom panel which will display three ListBoxes to enable user to select date from this custom list boxes.These three list boxes are responsible for showing month,day,year value. Now I would like to make my three list boxes are editable and at the same time selectable. I mean I would like to provide a user preferences that date can editable and at the same time selectable. How can I do this in GWT. Here I am using GWT2.0. Any one please give an idea.
© Stack Overflow or respective owner