java - GWT and dynamic tabs -


is possible create panel dynamic added tabs in gwt using tabpanel or tablayoutpanel.

my requirements:

first tab not closeable , has celltable. when select row in celltable, new tab created. newly created tab can closed. question:

how create architecture in gwt using mvp style , uibinder?

why not? if problem in gwt, can dive level below javascript , make need.

any panel can dinamically changed. if layout panel can forcelayout() @ moment. can add() or insert() new items panel , use different selfmade widgets tabs (you have lot of possibilities how add or insert: add(widget child, widget tab) or add(widget child, safehtml html)).

here example how made extgwt, logic identical have made widgets tabs (that can closed , not).


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -