Reputation: 763
I have a GWT ListBox and I want to change it to a TextBox when a value is chosen. How can I do that considering that I am using an uibinder?
Upvotes: 0
Views: 60
Reputation: 4602
add both elements to layout and change visobility as required. pack the two in a composite for easy management.
Upvotes: 1