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 voidPage. 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 NotificationNotification.CloseEvent. getNotification()Gets the Notification.static NotificationNotification. show(String caption)Shows a notification message on the middle of the current page.static NotificationNotification. show(String caption, Notification.Type type)Shows a notification message the current page.static NotificationNotification. 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 voidUI. 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)
-