public static interface KendoDestroyListener.IDestroyable
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler)
Prepares the widget for safe removal from the DOM.
Detaches all event handlers and removes jQuery.data attributes to avoid memory leaks. Calls destroy method of any child Kendo widgets. This method is automatically called on ajax request. |
void destroy(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler)
handler - the IPartialPageRequestHandlerCopyright © 2021 7thWeb. All rights reserved.