Skip to content

An extension of Vaadin SplitLayout to enable collapsing components

License

Notifications You must be signed in to change notification settings

tarekoraby/collapsible-splitlayout

Repository files navigation

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

collapsible-layout.png

About

An extension of Vaadin SplitLayout to enable collapsing components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published