public class AjaxCallbackUploadDoneBehavior
extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
Constructor and Description |
---|
AjaxCallbackUploadDoneBehavior() |
Modifier and Type | Method and Description |
---|---|
protected void |
onNotify(org.apache.wicket.ajax.AjaxRequestTarget target,
int numberOfFiles,
boolean error)
Override this method to receive notification when uploading has been done.
|
protected void |
onNotify(int numberOfFiles)
Deprecated.
Deprecated by
onNotify(AjaxRequestTarget, int, boolean) since version 3.2.0 |
protected void |
respond(org.apache.wicket.ajax.AjaxRequestTarget target) |
findIndicatorId, getAttributes, getCallbackFunction, getCallbackFunctionBody, getCallbackScript, getCallbackScript, getChannel, getFailureScript, getPreconditionScript, getSuccessScript, onBind, onRequest, postprocessConfiguration, renderAjaxAttributes, renderAjaxAttributes, renderHead, updateAjaxAttributes
afterRender, bind, getCallbackUrl, getComponent, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
protected void respond(org.apache.wicket.ajax.AjaxRequestTarget target)
respond
in class org.apache.wicket.ajax.AbstractDefaultAjaxBehavior
protected void onNotify(org.apache.wicket.ajax.AjaxRequestTarget target, int numberOfFiles, boolean error)
target
- numberOfFiles
- error
- @Deprecated protected void onNotify(int numberOfFiles)
onNotify(AjaxRequestTarget, int, boolean)
since version 3.2.0numberOfFiles
- number of uploaded filesCopyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.