| Package | Description |
|---|---|
| com.vaadin.client.ui |
| Modifier and Type | Method and Description |
|---|---|
static VNotification |
VNotification.createNotification(int delayMsec,
com.google.gwt.user.client.ui.Widget owner) |
static VNotification |
VNotification.showNotification(ApplicationConnection client,
String caption,
String description,
boolean htmlContentAllowed,
String iconUri,
String styleName,
Position position,
int delayMsec)
Creates and shows a
Notification with the specified parameters. |
Copyright © 2021 Vaadin Ltd. All rights reserved.