org.hyperscala.ui

clipboard

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

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

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

  4. trait ClipboardEntry extends AnyRef

  5. class ClipboardInstance extends Listenable

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

Value Members

  1. object Clipboard extends Module

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

Ungrouped