Package | Description |
---|---|
it.tidalwave.util.ui |
Modifier and Type | Class and Description |
---|---|
class |
UserNotificationWithFeedback
This class models a user notification where a feedback is expected (confirmation or cancellation).
|
Modifier and Type | Method and Description |
---|---|
static UserNotification |
UserNotification.notification()
Creates a notification with empty caption and text.
|
UserNotification |
UserNotification.withCaption(Class<?> bundleClass,
String resourceName,
Object... params)
Associates a caption to the notification, retrieved from a resource bundle.
|
UserNotification |
UserNotification.withCaption(String caption)
Associates a caption to the notification.
|
UserNotification |
UserNotification.withText(Class<?> bundleClass,
String resourceName,
Object... params)
Associates a text to the notification, retrieved from a resource bundle.
|
UserNotification |
UserNotification.withText(String text)
Associates a text to the notification.
|
Modifier and Type | Method and Description |
---|---|
void |
LockableView.lock(UserNotification notification)
Shows a "Please wait..." notification and locks the UI.
|
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.