Is it possible to create panel with dynamic added tabs in GWT using TabPanel or TabLayoutPanel.
My requirements:
First tab is not closeable and has a celltable. When I select row in the celltable, new tab is created. Newly created tab can be closed. My question:
How to create this architecture in GWT using MVP style and UiBinder?
TabLayoutPanel
othe approach is to clean panel with content of your tab – user902383