interface ModalControllerFactory
An interface that defines methods for creating modal views.
static
interface ModalControllerFactory
Notes
- An object of this type should be assigned to UITheme.modalFactory, which is used by the
app
methods that display modal view components.
Instance Members
- buildDialogA factory method that returns an instance that implements the DialogController interface, for the provided view.
- buildAlertDialogA factory method that returns an instance that implements the AlertDialogController interface, using the provided dialog options.
- buildConfirmDialogA factory method that returns an instance that implements the ConfirmDialogController interface, using the provided dialog options.
- buildMenuA factory method that returns an instance that implements the MenuController interface, using the provided menu options.
Related
- class UIThemeA collection of default style options, colors, animations, effects, and icons, part of the global application context.