Package io.jmix.ui.exception
Interface UiExceptionHandler.UiContext
- Enclosing interface:
- UiExceptionHandler
public static interface UiExceptionHandler.UiContext
Exception handling context that provides UI infrastructure.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getScreens
Screens getScreens()- Returns:
- screens screens API
-
getDialogs
Dialogs getDialogs()- Returns:
- dialogs API
-
getNotifications
Notifications getNotifications()- Returns:
- notifications API
-
getWebBrowserTools
WebBrowserTools getWebBrowserTools()- Returns:
- web browser API
-
getFragments
Fragments getFragments()- Returns:
- fragments API
-