org.hyperscala

ui

package ui

Visibility
  1. Public
  2. All

Type Members

  1. class BasketJSPage extends AnyRef

  2. class Bounding extends Listenable

  3. case class BoundingEvent(tag: HTMLTag, localX: Double, localY: Double, absoluteX: Double, absoluteY: Double, width: Double, height: Double) extends BrowserEvent with Product with Serializable

  4. class BusyDialog extends Div

  5. class ConditionalValidator extends (String) ⇒ ValidationResponse

  6. abstract class ConfirmDialog extends Div

    Displays a confirmation dialog that allows the user to accept or cancel.

  7. abstract class Coordinates extends Listenable with StorageComponent[CoordinatesTag, HTMLTag]

  8. class Coordinates960 extends CoordinatesFromZero

  9. abstract class CoordinatesFromZero extends Coordinates

  10. class CoordinatesOffsetFromCenter extends Coordinates

  11. class CoordinatesTag extends Listenable with Logging

  12. class Dropzone extends jQueryComponent with Listenable

  13. case class DropzoneErrorEvent(tag: HTMLTag, lastModified: Long, name: String, size: Long, mimeType: String, message: String) extends BrowserEvent with Product with Serializable

  14. case class DropzoneFileEvent(tag: HTMLTag, event: String, lastModified: Long, name: String, size: Long, mimeType: String) extends BrowserEvent with Product with Serializable

  15. class DropzoneHandler extends MultipartHandler

  16. case class DropzoneProgressEvent(tag: HTMLTag, lastModified: Long, name: String, size: Long, mimeType: String, progress: Double, bytesSent: Long) extends BrowserEvent with Product with Serializable

  17. class DropzoneSupport extends MultipartSupport

  18. case class DropzoneThumbnailEvent(tag: HTMLTag, lastModified: Long, name: String, size: Long, mimeType: String) extends BrowserEvent with Product with Serializable

  19. class JustifiedGallery extends jQueryComponent

  20. class ModalComponent extends Listenable

  21. class VideoJS extends Video

    Light-weight wrapper around http://www.videojs.com/

  22. case class WindowSize(tag: HTMLTag, width: Int, height: Int) extends BrowserEvent with Product with Serializable

  23. class jsTree extends AnyRef

Value Members

  1. object BasketJS extends Module

  2. object Bounding extends Module with StorageComponent[Bounding, HTMLTag] with Logging with Listenable

    Bounding wraps around HTMLTags to keep track of position and dimension as represented in the client.

  3. object BusyDialog extends Module

  4. object ConditionalValidator

  5. object ConfirmDialog

  6. object Dropzone extends Module with StorageComponent[Dropzone, HTMLTag]

    Hyperscala wrapper around Dropzone.js (http://www.dropzonejs.com/).

  7. object JustifiedGallery extends Module with JavaScriptCaller with StorageComponent[JustifiedGallery, Div]

    Wrapper module around this jQuery project:

    Wrapper module around this jQuery project:

    https://github.com/miromannino/Justified-Gallery

  8. object ModalComponent extends Module

  9. object PageChangeWarning extends Module

  10. object PageLoader

  11. object Rangy extends Module

  12. object VideoJS extends Module

  13. object WindowSize extends Module with Listenable with Serializable

    WindowSize maintains the webpage window size when required on a webpage.

  14. object WindowSized extends Module

  15. package binder

  16. package clipboard

  17. package convert

  18. package dynamic

  19. package form

  20. package history

  21. object jsTree extends Module

  22. package module

  23. package typed

  24. package validation

  25. package widgets

  26. package wrapped

Ungrouped