AndreiXwe
AndreiXwe

Reputation: 763

How can I change a GWT ListBox to a TextBox?

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

Answers (1)

thst
thst

Reputation: 4602

add both elements to layout and change visobility as required. pack the two in a composite for easy management.

Upvotes: 1

Related Questions