Uses of Class
com.vaadin.ui.Notification
-
Packages that use Notification Package Description com.vaadin.server com.vaadin.ui -
-
Uses of Notification in com.vaadin.server
Methods in com.vaadin.server with parameters of type Notification Modifier and Type Method Description void
Page. showNotification(Notification notification)
Deprecated.As of 7.0, use Notification.show(Page) instead. -
Uses of Notification in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Notification Modifier and Type Method Description void
UI. showNotification(Notification notification)
Deprecated.As of 7.0, use Notification.show instead
-