We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.dashboard.
Class DashboardChildDetachHandler
java.lang.Object
com.vaadin.flow.component.dashboard.DashboardChildDetachHandler
All Implemented Interfaces:
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
-