Class GalleryFileUploadBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.hippoecm.frontend.plugins.jquery.upload.FileUploadBehavior
org.hippoecm.frontend.plugins.jquery.upload.multiple.GalleryFileUploadBehavior
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.IRequestListener
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
- See Also:
-
Field Summary
Fields inherited from class org.hippoecm.frontend.plugins.jquery.upload.FileUploadBehavior
settings
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconfigureParameters
(org.apache.wicket.Component component) Set parameters that will be used in the jquery-fileupload initialization.protected void
renderScripts
(org.apache.wicket.markup.head.IHeaderResponse response) protected void
renderWidgetConfig
(org.apache.wicket.markup.head.IHeaderResponse response, Map<String, Object> variables) Load the jquery-file-upload config script and run the startup methodMethods inherited from class org.hippoecm.frontend.plugins.jquery.upload.FileUploadBehavior
onRequest, renderHead
Methods inherited from class org.apache.wicket.behavior.AbstractAjaxBehavior
afterRender, bind, getCallbackUrl, getComponent, onBind, onComponentRendered, onComponentTag, onComponentTag, onUnbind, unbind
Methods inherited from class org.apache.wicket.behavior.Behavior
beforeRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.wicket.IRequestListener
rendersPage
-
Field Details
-
CONFIG_JS
- See Also:
-
JQUERY_FILEUPLOAD_UI_EXT_SCRIPTS
-
-
Constructor Details
-
GalleryFileUploadBehavior
-
-
Method Details
-
renderScripts
protected void renderScripts(org.apache.wicket.markup.head.IHeaderResponse response) - Overrides:
renderScripts
in classFileUploadBehavior
-
configureParameters
Description copied from class:FileUploadBehavior
Set parameters that will be used in the jquery-fileupload initialization. See jquery.fileupload.js/options- Overrides:
configureParameters
in classFileUploadBehavior
-
renderWidgetConfig
protected void renderWidgetConfig(org.apache.wicket.markup.head.IHeaderResponse response, Map<String, Object> variables) Description copied from class:FileUploadBehavior
Load the jquery-file-upload config script and run the startup method- Specified by:
renderWidgetConfig
in classFileUploadBehavior
-