Interface JQueryDestroyListener.IDestroyable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void destroy​(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler)
      Removes the widget functionality completely.
    • Method Detail

      • destroy

        void destroy​(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler)
        Removes the widget functionality completely. This will return the element back to its pre-init state.
        This method is automatically called on ajax request. In case of web socket requests, this may be called manually.
        Parameters:
        handler - the IPartialPageRequestHandler