Uses of Interface
io.github.mmm.ui.api.widget.window.UiPopup
Packages that use UiPopup
-
Uses of UiPopup in io.github.mmm.ui.api.widget.window
Methods in io.github.mmm.ui.api.widget.window that return UiPopup -
Uses of UiPopup in io.github.mmm.ui.api.window.notiy
Methods in io.github.mmm.ui.api.window.notiy that return UiPopupModifier and TypeMethodDescriptionAbstractUiNotifier.createPopup(UiNotification notification, UiAction... actions) UiPopupNotifier.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.