StackPanel Extension for Vaadin
StackPanel is an Panel extension for Vaadin 8
StackPanel is a Panel extension that hides or shows the Panel's content when the Panel's header is clicked.
When stacked in a VerticalLayout, it will act as an Accordion but where more then one section can be displayed at a time.
Links
Compatibility
0.0.1 | 0.0.2 | 0.0.3 | 0.0.4 | 0.0.5 | 0.0.6 | 1.0.0 | 1.0.1 | 2.0.0 | 2.0.1 | |
---|---|---|---|---|---|---|---|---|---|---|
(24.4) | ||||||||||
(24.3) | ||||||||||
(24.2) | ||||||||||
(24.1) | ||||||||||
(24) | ||||||||||
(23) | ||||||||||
(22) | ||||||||||
(21) | ||||||||||
(20) | ||||||||||
(19) | ||||||||||
(18) | ||||||||||
(17) | ||||||||||
(16) | ||||||||||
(15) | ||||||||||
(14) | ||||||||||
(13) | ||||||||||
(12) | ||||||||||
(11) | ||||||||||
(10) | ||||||||||
8.0-8.21 | Y | Y | ||||||||
-8.20 | Y | Y | ||||||||
-8.19 | Y | Y | ||||||||
-8.18 | Y | Y | ||||||||
-8.17 | Y | Y | ||||||||
-8.16 | Y | Y | ||||||||
-8.15 | Y | Y | ||||||||
-8.14 | Y | Y | ||||||||
-8.13 | Y | Y | ||||||||
-8.12 | Y | Y | ||||||||
-8.11 | Y | Y | ||||||||
-8.10 | Y | Y | ||||||||
-8.9 | Y | Y | ||||||||
-8.8 | Y | Y | ||||||||
-8.7 | Y | Y | ||||||||
-8.6 | Y | Y | ||||||||
-8.5 | Y | Y | ||||||||
-8.4 | Y | Y | ||||||||
-8.3 | Y | Y | ||||||||
-8.2 | Y | Y | ||||||||
-8.1 | Y | Y | ||||||||
-8.0 | Y | Y | ||||||||
7.7 | Y | Y | Y | Y | Y | Y | Y | Y | Y | Y |
7.6 | Y | Y | Y | Y | Y | Y | Y | |||
7.5 | Y | Y | Y | Y | Y | Y | ||||
7.4 | Y | Y | ||||||||
(7.3) | ||||||||||
(7.2) | ||||||||||
(7.1) | ||||||||||
(7.0) | ||||||||||
(6.8) | ||||||||||
(6.7) | ||||||||||
(6.6) | ||||||||||
(6.5) | ||||||||||
(6.4) | ||||||||||
(6.3) | ||||||||||
(6.2) | ||||||||||
(6.1) | ||||||||||
(6.0) |
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
Add support for disabling toggle button
- Released
- 2017-11-11
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 7.7+
- Vaadin 8.0+
- Vaadin 7.6+ in 1.0.0
- Vaadin 7.5+ in 0.0.6
- Vaadin 7.4+ in 0.0.2
- Browser
- N/A
StackPanel Extension for Vaadin - Vaadin Add-on Directory
StackPanel is an Panel extension for Vaadin 8Source Code
StackPanel Extension for Vaadin version 0.0.1
null
StackPanel Extension for Vaadin version 0.0.2
Added span tag for toggle button
StackPanel Extension for Vaadin version 0.0.3
Added toggle icon functionality
StackPanel Extension for Vaadin version 0.0.4
Bug fixes
StackPanel Extension for Vaadin version 0.0.5
Added toggle listener
StackPanel Extension for Vaadin version 0.0.6
Fixes css issue with cursor pointer rule applied to full panel.
StackPanel Extension for Vaadin version 1.0.0
Support for Vaadin v7.7.0
StackPanel Extension for Vaadin version 1.0.1
Fixes issue where clicking on caption would not work for panels with icon.
StackPanel Extension for Vaadin version 2.0.0
Support for Vaadin 8 & Java 8
StackPanel Extension for Vaadin version 2.0.1
Add support for disabling toggle button