Class WidgetAddedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.dashboardsui.dashboard.event.AbstractDashboardEditEvent
io.jmix.dashboardsui.dashboard.event.WidgetLayoutEvent
io.jmix.dashboardsui.dashboard.event.WidgetAddedEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionWidgetAddedEvent
(DashboardLayout source, UUID targetLayoutUuid, WidgetDropLocation dropLocation) WidgetAddedEvent
(DashboardLayout source, UUID parentLayoutUuid, String location) -
Method Summary
Methods inherited from class io.jmix.dashboardsui.dashboard.event.WidgetLayoutEvent
getLocation, getParentLayoutUuid, getSource
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
WidgetAddedEvent
-
WidgetAddedEvent
public WidgetAddedEvent(DashboardLayout source, UUID targetLayoutUuid, WidgetDropLocation dropLocation)
-