Interface IAjaxLink
-
- 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.
@FunctionalInterface public interface IAjaxLink extends IClusterable
Interface for Ajax callback links.- Since:
- 1.2
- Author:
- Igor Vaynberg (ivaynberg), Martijn Dashorst
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClick(AjaxRequestTarget target)
Listener method invoked on the ajax request generated when the user clicks the link
-
-
-
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.
-
-