PopupButton - Vaadin Add-on Directory
Button with popupSource Code
Discussion Forum
Issue Tracker
SplitButton
PopupButton version 1.0.0
Added support for PopupVisibilityListener
PopupButton version 1.1.0
The popup has now the "v-popupview-popup" class name too.
PopupButton version 1.2.0
* In order to be able to use PopupButton with the Visual Editor, added default constructor PopupButton()
* For easier styling of popup, button's style name are copied to popup
* Disabled PopupButton does't try to send events to server anymore
PopupButton version 1.2.1
Now the popup can be opened and closed by pressing the enter or space key.
PopupButton version 2.0.0
Vaadin 7 support
PopupButton version 2.1.0
Works now with Vaadin 7.0 alpha 3
PopupButton version 2.2.0
Support Vaadin 7.0 RC2 and later
PopupButton version 2.2.1
Support for Vaadin 7.1
PopupButton version 2.3.0
Lots of bug fixes.
PopupButton version 2.4.0
Added PopupButton.setDirection and PopupButton.setButtonClickTogglesPopupVisibility
PopupButton version 2.4.1
Addon works now again with Java 6
PopupButton version 2.5.0
Lot's of bug fixes. Some changes made to the default look and feel to make it look better with the Valo theme by default. If you want to use the old styling say popupButton.addStyleName("popupbutton-legacy"); for your PopupButton.
PopupButton version 2.6.0
https://github.com/henrikerola/PopupButton/issues?q=milestone%3A2.6.0