Uses of Class
it.tidalwave.util.ui.UserNotificationWithFeedback
-
Uses of UserNotificationWithFeedback in it.tidalwave.util.ui
Modifier and TypeMethodDescriptionstatic UserNotificationWithFeedback
UserNotificationWithFeedback.notificationWithFeedback()
Creates a notification with empty caption and text.UserNotificationWithFeedback.withCaption
(Class<?> bundleClass, String resourceName, Object... params) Associates a caption to the notification, retrieved from a resource bundle.UserNotificationWithFeedback.withCaption
(String caption) Associates a caption to the notification.UserNotificationWithFeedback.withFeedback
(UserNotificationWithFeedback.Feedback feedback) Associates aUserNotificationWithFeedback.Feedback
to the notification.Associates a text to the notification, retrieved from a resource bundle.Associates a text to the notification.