| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
Page.showNotification(Notification notification)
Deprecated.
As of 7.0, use Notification.show(Page) instead.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.CloseEvent.getNotification()
Gets the Notification.
|
static Notification |
Notification.show(String caption)
Shows a notification message on the middle of the current page.
|
static Notification |
Notification.show(String caption,
Notification.Type type)
Shows a notification message the current page.
|
static Notification |
Notification.show(String caption,
String description,
Notification.Type type)
Shows a notification message the current page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UI.showNotification(Notification notification)
Deprecated.
As of 7.0, use Notification.show instead
|
| Constructor and Description |
|---|
CloseEvent(Notification source) |
CloseEvent(Notification source,
boolean userOriginated) |
Copyright © 2019 Vaadin Ltd. All rights reserved.