A better PopupView
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.
Install
Framework Support
Browser Compatibility
Install with
Release notes - Version 1.0.1
- added diagnostics for null UI content
- introduced
setCloseOnOutsideMouseClick()
andisCloseOnOutsideMouseClick()
for clarity