Uses of Class
it.tidalwave.util.ui.UserNotification
-
Uses of UserNotification in it.tidalwave.util.ui
Modifier and TypeClassDescriptionclass
This class models a user notification where a feedback is expected (confirmation or cancellation).Modifier and TypeMethodDescriptionstatic UserNotification
UserNotification.notification()
Creates a notification with empty caption and text.UserNotification.withCaption
(Class<?> bundleClass, String resourceName, Object... params) Associates a caption to the notification, retrieved from a resource bundle.UserNotification.withCaption
(String caption) Associates a caption to the notification.Associates a text to the notification, retrieved from a resource bundle.Associates a text to the notification.Modifier and TypeMethodDescriptionvoid
LockableView.lock
(UserNotification notification) Shows a "Please wait..." notification and locks the UI.