Class BinaryFieldDownload

java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.behavior.AbstractAjaxBehavior
org.apache.syncope.client.ui.commons.markup.html.form.BinaryFieldDownload
All Implemented Interfaces:
Serializable, IComponentAwareEventSink, IRequestListener, IComponentAwareHeaderContributor, IClusterable

public abstract class BinaryFieldDownload extends AbstractAjaxBehavior
See Also:
  • Constructor Details

    • BinaryFieldDownload

      public BinaryFieldDownload(String name, boolean addAntiCache)
    • BinaryFieldDownload

      public BinaryFieldDownload(String name, String fileKey, String mimeType, boolean addAntiCache)
  • Method Details