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 UiPopup
UiPopup. 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 UiPopup
AbstractUiNotifier. createPopup(UiNotification notification, UiAction... actions)
UiPopup
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
.
-