Interface IResizableListener

    • Method Detail

      • onResizeStart

        void onResizeStart​(org.apache.wicket.ajax.AjaxRequestTarget target,
                           int top,
                           int left,
                           int width,
                           int height)
        Triggered when the resize event starts
        Parameters:
        target - the AjaxRequestTarget
        top - the position's top value
        left - the position's left value
        width - the size's width value
        height - the size's height value
        See Also:
        isResizeStartEventEnabled()
      • onResizeStop

        void onResizeStop​(org.apache.wicket.ajax.AjaxRequestTarget target,
                          int top,
                          int left,
                          int width,
                          int height)
        Triggered when the resize event stops
        Parameters:
        target - the AjaxRequestTarget
        top - the position's top value
        left - the position's left value
        width - the size's width value
        height - the size's height value
        See Also:
        isResizeStopEventEnabled()