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

public class GalleryFileUploadBehavior extends FileUploadBehavior
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String[]
     

    Fields inherited from class org.hippoecm.frontend.plugins.jquery.upload.FileUploadBehavior

    settings
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Map<String,Object>
    configureParameters(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 method

    Methods 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

      public static final String CONFIG_JS
      See Also:
    • JQUERY_FILEUPLOAD_UI_EXT_SCRIPTS

      public static final String[] JQUERY_FILEUPLOAD_UI_EXT_SCRIPTS
  • Constructor Details

  • Method Details