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);
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
Supports Vaadin version 22+
- Released
- 2022-02-18
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 22+
- Vaadin 14+ in 1.0.0
- Browser
- N/A