Package org.apache.wicket.ajax
Interface AjaxRequestTarget.IJavaScriptResponse
-
- Enclosing interface:
- AjaxRequestTarget
- 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 static interface AjaxRequestTarget.IJavaScriptResponseAn ajax javascript response that allows users to add javascript to be executed on the client side- Author:
- ivaynberg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddJavaScript(java.lang.String script)Adds more javascript to the ajax response that will be executed on the client side
-