Uses of Class
it.tidalwave.util.ui.UserNotification
Packages that use UserNotification
-
Uses of UserNotification in it.tidalwave.util.ui
Subclasses of UserNotification in it.tidalwave.util.uiModifier and TypeClassDescriptionclass
This class models a user notification where a feedback is expected (confirmation or cancellation).Methods in it.tidalwave.util.ui that return UserNotificationModifier 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.Methods in it.tidalwave.util.ui with parameters of type UserNotificationModifier and TypeMethodDescriptionvoid
LockableView.lock
(UserNotification notification) Shows a "Please wait..." notification and locks the UI.