Uses of Class
com.vaadin.client.ui.VNotification
-
Packages that use VNotification Package Description com.vaadin.client.ui -
-
Uses of VNotification in com.vaadin.client.ui
Methods in com.vaadin.client.ui that return VNotification Modifier and Type Method 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 aNotification
with the specified parameters.
-