Class CmsFileInputImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 supportsFileAPI()
      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