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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -