Directory

PopupExtension - Vaadin Add-on Directory

A better PopupView PopupExtension - Vaadin Add-on Directory
PopupExtension is a popup that you can align relative to any component you want. No more fiddling with PopupButton or PopupView. Warning, this is a very experimental Extension with one ugly hack to work around a lack in Vaadin's features. If your application looks broken all of a sudden, it's probably PopupExtension's fault.
Online Demo
Source Code
Discussion Forum
Issue Tracker

PopupExtension version 0.1.0
null

PopupExtension version 0.1.1
Added better cleanup after extension is detached from the application.

PopupExtension version 0.3.0
- added PopupVisibilityListener mechanism - added PopupExtension.extendWithManualBundle(Component) for when the UI content isn't a ComponentContainer, or the user simply wants to manually manage the other component.

PopupExtension version 0.4.0
added PopupExtension.setPopupStyleName()

PopupExtension version 0.5.0
Fixes https://github.com/wolfie/PopupExtension/issues/8

PopupExtension version 0.6.0
- Mavenized project sources - Moved classes under `org.vaadin.addons.popupextension` folder - Fixed an issue where popup box wasn't removed from DOM when the Component was removed

PopupExtension version 1.0.0
- Now supports Vaadin 8

PopupExtension version 1.0.1
- added diagnostics for null UI content - introduced `setCloseOnOutsideMouseClick()` and `isCloseOnOutsideMouseClick()` for clarity