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 VNotificationVNotification. createNotification(int delayMsec, com.google.gwt.user.client.ui.Widget owner)static VNotificationVNotification. showNotification(ApplicationConnection client, String caption, String description, boolean htmlContentAllowed, String iconUri, String styleName, Position position, int delayMsec)Creates and shows aNotificationwith the specified parameters.
-