Class CmsFileInputFileApiImpl

java.lang.Object
org.opencms.gwt.client.ui.input.upload.CmsFileInputFileApiImpl
All Implemented Interfaces:
I_CmsFileInputService

public class CmsFileInputFileApiImpl extends Object implements I_CmsFileInputService
The HTML5 file input implementation.

Since:
8.0.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.core.client.JsArray<CmsFileInfo>
    getFiles(com.google.gwt.dom.client.InputElement inputElement)
    Returns a JsArray of CmsFile objects.
    boolean
    isAllowMultipleFiles(com.google.gwt.dom.client.InputElement inputElement)
    The default implementation of the file input field does not support multiple file selection.
    void
    setAllowMultipleFiles(com.google.gwt.dom.client.InputElement inputElement, boolean allow)
    A dummy method, only used for sub classes.
    boolean
    The default implementation of the file input field does not support multiple file selection.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait