Interface IAjaxLink

All Superinterfaces:
IClusterable, Serializable
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.

Interface for Ajax callback links.
Since:
1.2
Author:
Igor Vaynberg (ivaynberg), Martijn Dashorst
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Listener method invoked on the ajax request generated when the user clicks the link
  • Method Details

    • onClick

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