Serialized Form
-
Package com.vaadin.flow.component.notification
-
Class com.vaadin.flow.component.notification.Notification
class Notification extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
autoAddController
com.vaadin.flow.component.shared.internal.OverlayAutoAddController<Notification> autoAddController
-
childDetachListener
com.vaadin.flow.dom.ElementDetachListener childDetachListener
-
childDetachListenerMap
Map<com.vaadin.flow.dom.Element,
com.vaadin.flow.shared.Registration> childDetachListenerMap -
textSupport
com.vaadin.flow.component.SignalPropertySupport<String> textSupport
-
-
-
Class com.vaadin.flow.component.notification.Notification.OpenedChangeEvent
class OpenedChangeEvent extends com.vaadin.flow.component.ComponentEvent<Notification> implements Serializable-
Serialized Fields
-
opened
boolean opened
-
-
-