• Popovers, Sheets and Dialogs
  • Popovers, Sheets and Dialogs

    ActionSelectionPopover

    A special popover presenting actions to the user. The popover is closed automatically when the action is chosen

    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 be closed by selecting an optional action confirming or cancelling the operation

    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

    Base class for all dialogs, sheets and popovers. Do not use directly

    popupUtils

    Popover utility functions