java - How to create Vaadin tabsheet without components? -


i need functionality of vaadin tabsheet. don't need component each tab.

instead, have 1 component (separate table) , manipulated tab sheet actions. now, have assigned hidden labels tabs.

is there better way this?

if 1 ran same scenario, here how solved it.

instead of adding hidden labels, added labels without captions.so no need hide them, because have nothing show. :).

don't set visibility hidden. cause problems since vaadin doesn't send hidden components client.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -