Uses of Class
it.tidalwave.util.ui.UserNotificationWithFeedback
Packages that use UserNotificationWithFeedback
-
Uses of UserNotificationWithFeedback in it.tidalwave.util.ui
Methods in it.tidalwave.util.ui that return UserNotificationWithFeedbackModifier and TypeMethodDescriptionstatic UserNotificationWithFeedbackUserNotificationWithFeedback.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.Feedbackto the notification.Associates a text to the notification, retrieved from a resource bundle.Associates a text to the notification.