Package | Description |
---|---|
it.tidalwave.util.ui |
Modifier and Type | Method and Description |
---|---|
static UserNotificationWithFeedback |
UserNotificationWithFeedback.notificationWithFeedback()
Creates a notification with empty caption and text.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withCaption(Class<?> bundleClass,
String resourceName,
Object... params)
Associates a caption to the notification, retrieved from a resource bundle.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withCaption(String caption)
Associates a caption to the notification.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withFeedback(UserNotificationWithFeedback.Feedback feedback)
Associates a
UserNotificationWithFeedback.Feedback to the notification. |
UserNotificationWithFeedback |
UserNotificationWithFeedback.withText(Class<?> bundleClass,
String resourceName,
Object... params)
Associates a text to the notification, retrieved from a resource bundle.
|
UserNotificationWithFeedback |
UserNotificationWithFeedback.withText(String text)
Associates a text to the notification.
|
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.