Ubuntu.Components.Popups
Elements
- ActionSelectionPopover
- A special popover presenting actions to the user. The popover is closed automatically when the action is chosen.
- Dialog
- The Dialog caters for cases in which the application requires the user to determine between optional actions. The Dialog will interrupt the user flow and lock the view for further interaction before the user has selected a desired action. It can only b...
- Popover
- A popover allows an application to present additional content without changing the view. A popover has a fixed width and automatic height, depending on is contents. It can be closed by clicking anywhere outside of the popover area.
- PopupBase
- The base class for all dialogs, sheets and popovers. Do not use directly.
- popupUtils
- Popover utility functions.