The base class for all dialogs, sheets and popovers. Do not use directly. More...
Inherited by Dialog, Popover, and SheetBase.
Examples: See subclasses.
The property holds the area used to dismiss the popups, the area from where mouse and touch events will be grabbed. By default this area is the application's main view.
The property specifies whether to forward or not the mouse and touch events happening outside of the popover. By default all events are grabbed.
This documentation is under development and is subject to change.
Hide the popup. Only use this function if you handle memory management. Otherwise use PopupUtils.close() to do it automatically.
This documentation is under development and is subject to change.
Make the popup visible. Reparent to the background area object first if needed. Only use this function if you handle memory management. Otherwise use PopupUtils.open() to do it automatically.