Interface IAjaxLink

  • All Known Implementing Classes:
    AjaxLink, AjaxPagingNavigationIncrementLink, AjaxPagingNavigationLink
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IAjaxLink
    Interface for Ajax callback links.
    Since:
    1.2
    Author:
    Igor Vaynberg (ivaynberg), Martijn Dashorst
    • Method Detail

      • onClick

        void onClick​(AjaxRequestTarget target)
        Listener method invoked on the ajax request generated when the user clicks the link
        Parameters:
        target - the request target.