Uses of Interface
io.github.mmm.ui.api.widget.window.UiPopup
-
Packages that use UiPopup Package Description io.github.mmm.ui.api.widget.window io.github.mmm.ui.api.window.notiy -
-
Uses of UiPopup in io.github.mmm.ui.api.widget.window
Methods in io.github.mmm.ui.api.widget.window that return UiPopup Modifier and Type Method Description static UiPopupUiPopup. of(String title) -
Uses of UiPopup in io.github.mmm.ui.api.window.notiy
Methods in io.github.mmm.ui.api.window.notiy that return UiPopup Modifier and Type Method Description UiPopupAbstractUiNotifier. createPopup(UiNotification notification, UiAction... actions)UiPopupUiPopupNotifier. createPopup(UiNotification notification, UiAction... actions)This method creates apopup windowwith the givenmessage.default UiPopupUiPopupNotifier. createPopupOk(UiNotification notification)This method creates apopup windowwith the givenmessage.default UiPopupUiPopupNotifier. createPopupOk(UiNotification notification, UiActionOk action)This method creates apopup windowwith the givenmessage.default UiPopupUiPopupNotifier. createPopupYesNo(UiNotification notification, Consumer<Boolean> callback)This method creates apopup windowwith the givenUiNotificationand two buttons for the optionsyesandno.
-