Does gwt has any shuttle component -


I'm looking for a shuttle component for my living app that has two adjacent boxes and you can choose from left to right Shut down the entries on the right box.

If I understand correctly, then you want list-box A and B, and one button. When the click is done, then adds the selected element of A to B.

The API GWT has not created this in the widget, but you should be able to easily build one by using what I have said: two list-boxes and one button :)

If you are looking for some searcher, you want to see widgets, and especially.

Comments