Last week I released a new Vaadin add-on called SplitButton. SplitButton is a Vaadin component that contains a primary button and a button that opens a popup. The popup can contain any Vaadin component or component container similarly than in
PopupButton .
SplitButton has a dependency on PopupButton 1.2.1 that is included in the add-on package.
For more information (download, demo, …) go to the
Vaadin Directory . And remember to rate the add-in in Directory
Hey! Nice addon for having container under the right side button.
If you need to have multiple buttons added just as regular buttons without need for adding any specific layouts or containers you might want to check out the MultiButton addon at:
Directory - MultiButton
The source code available
here doesn’t look too complicated (server side around 500 lines and client less then 200). You might be able to rewrite it for Vaadin 7 yourself because it seems like the author is too busy for it.
If you can hang on for a bit longer, this addon will shortly be vailable for Vaadin 7. My company paid to have it ported to version 7 and it has taken a bit of time to get the waiver to release it back into the community signed.
And this has now been done.
Hi,
I m using SplitButton its running fine normally, but when I tried to add splitbutton on PopUp window then listener added to the buttons are not working, what I means to say that SplitButton listener is working fine but the other Button’s listener of the SplitButton PopUpLayout are not working .Other Buttons are displying on the SplitButton PopUp Layout but their listener are not working ,it seems buttons are not getting their lisenters. This case arose when I added splitButton on the PopUp window.
If any one have any idea then Plz suggest .
Thank You in advance.