Collapsible SplitLayout
An extension of Vaadin SplitLayout to enable collapsing components
Collapsible SplitLayout
An extension of Vaadin SplitLayout to enable collapsing components.
One or both of the SplitLayout's components can be made collapsible using,
CollapsibleSplitLayout collapsibleSplitLayout = new CollapsibleSplitLayout(
new Paragraph("Primary component"),
new Paragraph("Secondary component"));
collapsibleSplitLayout.setPrimaryComponentCollapsible(true);
collapsibleSplitLayout.setSecondaryComponentCollapsible(true);
Sponsored development
Major pieces of development of this add-on has been sponsored by customers of Vaadin. Read more about Expert on Demand at: Support and Pricing
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Replace the dependency "vaadin" with "vaadin-core" so that the addon depends only on free components
- Released
- 2021-04-19
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 14+
- Vaadin 22+ in 2.0.0
- Vaadin 24 in 3.0.0
- Browser
- N/A
Vaadin Add-on Directory
Find open-source widgets, add-ons, themes, and integrations for your Vaadin application.
The channel for finding, promoting, and distributing Vaadin add-ons.