Popup
Popup that can be bound to element by id, and be opened by clicking to target element
Usage
Popup is a component which is bound to target component by id of the target component. After clicking on the target component, popup will be shown and will be closed after clicking out side of the popup. Popup also can be show/hidden manually, by calling functions show/hide of the popup component.
The Popup contains header and footer parts. You can set the header title and add any components to the header or the footer, much like in the Vaadin Dialog.
The Popup can be displayed modal or modeless. If modeless, you can also set up the Popup to close automatically when the content outside the Popup scrolls.
Client-side implementation
This is the server-side (Java) API for Vaadin Platform for the vcf-popup component. Looking for the client-side version? It can be found here: https://vaadin.com/directory/component/vaadin-component-factoryvcf-popup
Sponsored development
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: Support and Pricing
Links
Compatibility
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
This version is a Vaadin 24 compatible version of features and fixes introduced in version 23.3.0
- Released
- 2023-05-24
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 24
- Vaadin 23 in 23.3.0
- Vaadin 20+ in 3.0.0
- Vaadin 14+ in 2.2.5
- Vaadin 10+ in 1.1.0
- Browser
- N/A