Class DashboardChildDetachHandler
java.lang.Object
com.vaadin.flow.component.dashboard.DashboardChildDetachHandler
- All Implemented Interfaces:
ElementDetachListener
,Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when an element is detached from the UI.
-
Method Details
-
onDetach
Description copied from interface:ElementDetachListener
Invoked when an element is detached from the UI.- Specified by:
onDetach
in interfaceElementDetachListener
- Parameters:
e
- the detach event fired
-