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) |
|
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.
|