public abstract class AjaxCallbackUploadDoneBehavior
extends org.apache.wicket.behavior.AbstractAjaxBehavior
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_JSON |
Constructor and Description |
---|
AjaxCallbackUploadDoneBehavior(FileUploadWidgetSettings settings) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onNotify(int numberOfFiles)
Override this method to receive notification when uploading has done
|
void |
onRequest()
Handle notification from the file upload dialog.
|
afterRender, bind, getCallbackUrl, getComponent, onBind, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
public static final String APPLICATION_JSON
public AjaxCallbackUploadDoneBehavior(FileUploadWidgetSettings settings)
public void onRequest()
protected abstract void onNotify(int numberOfFiles)
numberOfFiles
- number of uploaded filesCopyright © 2007–2015 Hippo B.V. (http://www.onehippo.com). All rights reserved.