Directory

← Back

Collapsible SplitLayout

An extension of Vaadin SplitLayout to enable collapsing components

Author

Rating

Popularity

100+

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);

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

Compatibility

(Loading compatibility data...)

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

V24 compatible

Released
2023-04-12
Maturity
EXPERIMENTAL
License
Apache License 2.0

Compatibility

Framework
Vaadin 24
Vaadin 14+ in 1.0.0
Vaadin 22+ in 2.0.0
Browser
N/A

Collapsible SplitLayout - Vaadin Add-on Directory

An extension of Vaadin SplitLayout to enable collapsing components Collapsible SplitLayout - Vaadin Add-on Directory
# 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](https://vaadin.com/support) and [Pricing](https://vaadin.com/pricing)
View on GitHub

Collapsible SplitLayout version 1.0.0

Collapsible SplitLayout version 1.0.1

Collapsible SplitLayout version 1.0.2
Replace the dependency "vaadin" with "vaadin-core" so that the addon depends only on free components

Collapsible SplitLayout version 2.0.0
Supports Vaadin version 22+

Collapsible SplitLayout version 3.0.0
V24 compatible

Online