- All Superinterfaces:
IClusterable
,Serializable
- All Known Implementing Classes:
AjaxLink
,AjaxOrderByLink
,AjaxPagingNavigationIncrementLink
,AjaxPagingNavigationLink
,IndicatingAjaxLink
- 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 TypeMethodDescriptionvoid
onClick
(AjaxRequestTarget target) Listener method invoked on the ajax request generated when the user clicks the link
-
Method Details
-
onClick
Listener method invoked on the ajax request generated when the user clicks the link- Parameters:
target
- the request target.
-