Uses of Class
it.tidalwave.util.ui.UserNotification
-
Packages that use UserNotification Package Description it.tidalwave.util.ui -
-
Uses of UserNotification in it.tidalwave.util.ui
Subclasses of UserNotification in it.tidalwave.util.ui Modifier and Type Class Description class
UserNotificationWithFeedback
This class models a user notification where a feedback is expected (confirmation or cancellation).Methods in it.tidalwave.util.ui that return UserNotification Modifier and Type Method Description static UserNotification
UserNotification. notification()
Creates a notification with empty caption and text.UserNotification
UserNotification. withCaption(java.lang.Class<?> bundleClass, java.lang.String resourceName, java.lang.Object... params)
Associates a caption to the notification, retrieved from a resource bundle.UserNotification
UserNotification. withCaption(java.lang.String caption)
Associates a caption to the notification.UserNotification
UserNotification. withText(java.lang.Class<?> bundleClass, java.lang.String resourceName, java.lang.Object... params)
Associates a text to the notification, retrieved from a resource bundle.UserNotification
UserNotification. withText(java.lang.String text)
Associates a text to the notification.Methods in it.tidalwave.util.ui with parameters of type UserNotification Modifier and Type Method Description void
LockableView. lock(UserNotification notification)
Shows a "Please wait..." notification and locks the UI.
-