org.hyperscala.ui

Dropzone

class Dropzone extends jQueryComponent with Listenable

Linear Supertypes
Listenable, jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Dropzone
  2. Listenable
  3. jQueryComponent
  4. WrappedComponent
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Dropzone(container: HTMLTag)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. val acceptedFiles: JavaScriptProperty[List[String]]

  5. val addRemoveLinks: JavaScriptProperty[Boolean]

  6. val addedFile: JavaScriptProperty[JavaScriptContent]

  7. lazy val addedFileEvent: UnitProcessor[DropzoneFileEvent]

  8. def afterInit(f: ⇒ Unit): Unit

    Definition Classes
    WrappedComponent
  9. def applyThumbnail[S <: Session](img: Img): Unit

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def autoInit: Boolean

    Attributes
    protected
    Definition Classes
    Dropzone → WrappedComponent
  12. val autoProcessQueue: JavaScriptProperty[Boolean]

  13. val autoQueue: JavaScriptProperty[Boolean]

  14. def call(function: String, arg: Any): Unit

    Definition Classes
    jQueryComponent
  15. def call(function: String): Unit

    Definition Classes
    jQueryComponent
  16. def call(): Unit

    Definition Classes
    jQueryComponent
  17. val cancelMultiple: JavaScriptProperty[JavaScriptContent]

  18. val canceled: JavaScriptProperty[JavaScriptContent]

  19. val clickable: JavaScriptProperty[String]

    If true, the dropzone element itself will be clickable, if false nothing will be clickable.

    If true, the dropzone element itself will be clickable, if false nothing will be clickable. Otherwise you can pass an HTML element, a CSS selector (for multiple elements) or an array of those.

    Defaults to "true"

  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. val complete: JavaScriptProperty[JavaScriptContent]

  22. lazy val completeEvent: UnitProcessor[DropzoneFileEvent]

  23. val completeMultiple: JavaScriptProperty[JavaScriptContent]

  24. def connectEventsToServer(): FunctionalListener[EventReceived, Intercept]

  25. val createImageThumbnails: JavaScriptProperty[Boolean]

  26. val dictCancelUpload: JavaScriptProperty[String]

  27. val dictCancelUploadConfirmation: JavaScriptProperty[String]

  28. val dictDefaultMessage: JavaScriptProperty[String]

  29. val dictFallbackMessage: JavaScriptProperty[String]

  30. val dictFallbackText: JavaScriptProperty[String]

  31. val dictFileTooBig: JavaScriptProperty[String]

  32. val dictInvalidFileType: JavaScriptProperty[String]

  33. val dictMaxFilesExceeded: JavaScriptProperty[String]

  34. val dictRemoveFile: JavaScriptProperty[String]

  35. val dictRemoveFileConfirmation: JavaScriptProperty[String]

  36. val dictResponseError: JavaScriptProperty[String]

  37. val dragEnd: JavaScriptProperty[JavaScriptContent]

  38. val dragEnter: JavaScriptProperty[JavaScriptContent]

  39. val dragLeave: JavaScriptProperty[JavaScriptContent]

  40. val dragOver: JavaScriptProperty[JavaScriptContent]

  41. val dragStart: JavaScriptProperty[JavaScriptContent]

  42. val drop: JavaScriptProperty[JavaScriptContent]

  43. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  45. val error: JavaScriptProperty[JavaScriptContent]

  46. lazy val errorEvent: UnitProcessor[DropzoneErrorEvent]

  47. def event[Event](eventType: String, mapper: JSMapper[Event])(implicit manifest: Manifest[Event]): UnitProcessor[Event]

    Definition Classes
    jQueryComponent
  48. def event(eventType: String): UnitProcessor[jQueryEvent]

    Definition Classes
    jQueryComponent
  49. val fileReceived: UnitProcessor[(String, File)]

  50. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  51. val forceFallback: JavaScriptProperty[Boolean]

  52. def functionName: String

    Attributes
    protected
    Definition Classes
    Dropzone → jQueryComponent
  53. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  54. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  55. val id: String

  56. val ignoreHiddenFiles: JavaScriptProperty[Boolean]

  57. def init(): Unit

    Definition Classes
    WrappedComponent
  58. def initializeComponent(values: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  59. def initialized: Boolean

    Definition Classes
    WrappedComponent
  60. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  61. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  62. val listeners: Listeners

    Definition Classes
    Listenable
  63. val maxFiles: JavaScriptProperty[Int]

  64. val maxFilesExceeded: JavaScriptProperty[JavaScriptContent]

  65. val maxFilesReached: JavaScriptProperty[JavaScriptContent]

  66. val maxFilesize: JavaScriptProperty[Long]

  67. val maxThumbnailSize: JavaScriptProperty[Int]

  68. val method: JavaScriptProperty[String]

    Defaults to "post" and can be changed to "put" if necessary.

  69. def modify(key: String, value: Any): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  70. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  71. final def notify(): Unit

    Definition Classes
    AnyRef
  72. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  73. def on(eventType: String, function: JavaScriptContent): Unit

    Definition Classes
    jQueryComponent
  74. def option(key: String, value: Any): Unit

    Definition Classes
    WrappedComponent
  75. val parallelUploads: JavaScriptProperty[Int]

    How many file uploads to process in parallel.

    How many file uploads to process in parallel.

    Defaults to 2.

  76. val paramName: JavaScriptProperty[String]

  77. val params: JavaScriptProperty[List[(String, String)]]

    Parameters to be sent via POST to the server in the multipart request.

    Parameters to be sent via POST to the server in the multipart request.

    The values pageId and tagId are automatically added upon initialization.

  78. val previewTemplate: JavaScriptProperty[String]

  79. val previewsContainer: JavaScriptProperty[String]

  80. val processing: JavaScriptProperty[JavaScriptContent]

  81. lazy val processingEvent: UnitProcessor[DropzoneFileEvent]

  82. val processingMultiple: JavaScriptProperty[JavaScriptContent]

  83. def property[T](name: String, default: T, includeDefault: Boolean, toJS: (T) ⇒ JavaScriptContent)(implicit manifest: Manifest[T]): JavaScriptProperty[T]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  84. def realtimeSelector: Option[Selector]

    Attributes
    protected
    Definition Classes
    jQueryComponent
  85. val removedFile: JavaScriptProperty[JavaScriptContent]

  86. lazy val removedFileEvent: UnitProcessor[DropzoneFileEvent]

  87. val sending: JavaScriptProperty[JavaScriptContent]

  88. val sendingMultiple: JavaScriptProperty[JavaScriptContent]

  89. val success: JavaScriptProperty[JavaScriptContent]

  90. lazy val successEvent: UnitProcessor[DropzoneFileEvent]

  91. val successMultiple: JavaScriptProperty[JavaScriptContent]

  92. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  93. lazy val tagSelector: jQuerySelector

    Definition Classes
    jQueryComponent
  94. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  95. val thumbnail: JavaScriptProperty[JavaScriptContent]

  96. lazy val thumbnailEvent: UnitProcessor[DropzoneThumbnailEvent]

  97. val thumbnailHeight: JavaScriptProperty[Int]

  98. val thumbnailWidth: JavaScriptProperty[Int]

  99. def toString(): String

    Definition Classes
    AnyRef → Any
  100. val uploadMultiple: JavaScriptProperty[Boolean]

  101. val uploadProgress: JavaScriptProperty[JavaScriptContent]

  102. lazy val uploadProgressEvent: UnitProcessor[DropzoneProgressEvent]

  103. val url: JavaScriptProperty[String]

    Has to be specified on elements other than form (or when the form doesn't have an action attribute)

    Has to be specified on elements other than form (or when the form doesn't have an action attribute)

    Defaults to Dropzone.path()

  104. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  106. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  107. def webpage: Webpage[Session]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  108. val withCredentials: JavaScriptProperty[Boolean]

  109. def wrapped: HTMLTag

    Attributes
    protected
    Definition Classes
    Dropzone → WrappedComponent

Inherited from Listenable

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped