public abstract class JQueryAjaxBehavior
extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
Modifier and Type | Class and Description |
---|---|
protected static class |
JQueryAjaxBehavior.JsAjaxCallbackFunction |
protected static class |
JQueryAjaxBehavior.JsBuilder |
static class |
JQueryAjaxBehavior.JsFunction |
Modifier and Type | Field and Description |
---|---|
protected String |
rawOptions |
Constructor and Description |
---|
JQueryAjaxBehavior(JQueryResourceReference baseLibrary) |
JQueryAjaxBehavior(JQueryResourceReference baseLibrary,
JQueryResourceReference... requiredLibraries) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCssResources(JQueryCssResourceReference... res) |
static void |
addUserProvidedResourceReferences(org.apache.wicket.request.resource.JavaScriptResourceReference... resources) |
protected void |
addUserProvidedResourceReferences(JQueryResourceReference... resources) |
static List<org.apache.wicket.request.resource.JavaScriptResourceReference> |
getUserProvidedResourceReferences() |
protected void |
printParameters(Map<String,String[]> parameterMap) |
protected void |
printParameters(PrintStream stream,
Map<String,String[]> parameterMap)
for debugging only
|
void |
renderHead(org.apache.wicket.Component component,
org.apache.wicket.markup.head.IHeaderResponse response) |
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target) |
void |
setRawOptions(String options) |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, updateAjaxAttributes
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
protected String rawOptions
public JQueryAjaxBehavior(JQueryResourceReference baseLibrary)
public JQueryAjaxBehavior(JQueryResourceReference baseLibrary, JQueryResourceReference... requiredLibraries)
public void setRawOptions(String options)
public void renderHead(org.apache.wicket.Component component, org.apache.wicket.markup.head.IHeaderResponse response)
renderHead
in interface org.apache.wicket.markup.html.IComponentAwareHeaderContributor
renderHead
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
public static void addUserProvidedResourceReferences(org.apache.wicket.request.resource.JavaScriptResourceReference... resources)
public static List<org.apache.wicket.request.resource.JavaScriptResourceReference> getUserProvidedResourceReferences()
protected final void addUserProvidedResourceReferences(JQueryResourceReference... resources)
protected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
protected void printParameters(PrintStream stream, Map<String,String[]> parameterMap)
protected void addCssResources(JQueryCssResourceReference... res)
Copyright © 2015. All rights reserved.