I have a FormLayout with multiple logical rows. I'd like to be able to swap or remove rows on button click, or add a new row to the certain location in FormLayout. Is it possible with FormLayout? If so, could you please tell how?
Also, as far as I understand, the FormLayout doesn't have the real row concept. So, in case I'd like to remove the logical row, physically I should keep their object references somewhere in my application (not-Vaadin) memory in order to be able to access them?