I have a vaadin form with huge number of fields in it(textbox, select box etc..).I need to reset all fields values to null on certain event.
How can we retrieve a List of Fields attached to vaadin from. So I iterate run through them and call setValue on each of them to achieve my requirement.
1 Answer