Class NotificationOpenedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.flowui.event.notification.NotificationOpenedEvent
- All Implemented Interfaces:
- Serializable
public class NotificationOpenedEvent
extends org.springframework.context.ApplicationEvent
Application event that is sent after the notification is shown.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.vaadin.flow.component.Componentprotected Stringprotected Stringprotected Stringprotected Notifications.TypeFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionNotificationOpenedEvent(com.vaadin.flow.component.notification.Notification notification, String text, String title, String message, com.vaadin.flow.component.Component component, Notifications.Type type) 
- 
Method SummaryMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
text
- 
title
- 
message
- 
componentprotected com.vaadin.flow.component.Component component
- 
type
 
- 
- 
Constructor Details- 
NotificationOpenedEventpublic NotificationOpenedEvent(com.vaadin.flow.component.notification.Notification notification, String text, String title, String message, com.vaadin.flow.component.Component component, Notifications.Type type) 
 
- 
- 
Method Details- 
getSourcepublic com.vaadin.flow.component.notification.Notification getSource()- Overrides:
- getSourcein class- EventObject
 
- 
getText- Returns:
- the Notificationtext
 
- 
getTitle- Returns:
- the Notificationtitle
 
- 
getMessage- Returns:
- the Notificationmessage
 
- 
getComponentpublic com.vaadin.flow.component.Component getComponent()- Returns:
- the Notificationcomponent
 
- 
getType- Returns:
- the Notificationtype
 
 
-