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 window
with the givenmessage
.default UiPopup
UiPopupNotifier.createPopupOk
(UiNotification notification) This method creates apopup window
with the givenmessage
.default UiPopup
UiPopupNotifier.createPopupOk
(UiNotification notification, UiActionOk action) This method creates apopup window
with the givenmessage
.default UiPopup
UiPopupNotifier.createPopupYesNo
(UiNotification notification, Consumer<Boolean> callback) This method creates apopup window
with the givenUiNotification
and two buttons for the optionsyes
andno
.