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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -