I have a requirement, where I need to provide adding text boxes dynamically. Consider following example:
TextBox1 TextBox2 TextBox3 AddButton
First, I need to display text boxes as above and one add button next to them. When clicking on the add button, there should appear a new line of textboxes as above. How can this be implemented in GWT ?
Thanks!
First of all let’s create UI file for your task:
There is no any styles and etc.. only as example.
And lest create java file for this view.
If you have any question – please welcome.