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 that return Notification Modifier and Type Method 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.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 insteadConstructors in com.vaadin.ui with parameters of type Notification Constructor Description CloseEvent(Notification source)
CloseEvent(Notification source, boolean userOriginated)
-