JMIX 2.0 tabSheet with tab has two components limit (one has to be a tooltip)

The documentation describes tabs a a kind of “button layout” which offers and switch event for handling screen changes. But, if I want the same layout behaviour for tabSheet with tabs as in version 1.x I opt for the tabSheet layout descriptor.

The challenge is that it does not allow more than two components, so I am not sure how to proceed to build a tabbed layout. Is this a bug or is there a completely new way to approach tabs?

Any guidance, will be much appreciated.

To have several components within a tabSheet’s tab put them within <vbox> or other layout.

This example may be helpful: https://demo.jmix.io/ui-samples/sample/tabsheet-simple

1 Like