Package

org.hyperscala.ui

clipboard

Permalink

package clipboard

Visibility
  1. Public
  2. All

Type Members

  1. case class BasicClipboardEntry(entryType: String, description: String, value: Any, owner: Option[HTMLTag], timestamp: Long = System.currentTimeMillis()) extends ClipboardEntry with Product with Serializable

    Permalink
  2. case class ClipboardCopyEvent(tag: HTMLTag, mouseX: Int, mouseY: Int, selected: String) extends Product with Serializable

    Permalink
  3. case class ClipboardCutEvent(tag: HTMLTag, mouseX: Int, mouseY: Int, selected: String) extends Product with Serializable

    Permalink
  4. trait ClipboardEntry extends AnyRef

    Permalink
  5. class ClipboardInstance extends Listenable

    Permalink
  6. case class ClipboardPasteEvent(tag: HTMLTag, mouseX: Int, mouseY: Int, selected: String) extends Product with Serializable

    Permalink

Value Members

  1. object Clipboard extends Module

    Permalink

    Clipboard offers a mechanism to manage storage and retrieval of items on the server level as an alternative for a native clipboard.

Ungrouped