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.uiSubclasses of UserNotification in it.tidalwave.util.ui Modifier and Type Class Description classUserNotificationWithFeedbackThis 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 UserNotificationUserNotification. notification()Creates a notification with empty caption and text.UserNotificationUserNotification. withCaption(java.lang.Class<?> bundleClass, java.lang.String resourceName, java.lang.Object... params)Associates a caption to the notification, retrieved from a resource bundle.UserNotificationUserNotification. withCaption(java.lang.String caption)Associates a caption to the notification.UserNotificationUserNotification. withText(java.lang.Class<?> bundleClass, java.lang.String resourceName, java.lang.Object... params)Associates a text to the notification, retrieved from a resource bundle.UserNotificationUserNotification. 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 voidLockableView. lock(UserNotification notification)Shows a "Please wait..." notification and locks the UI.
 
-