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 = ...) extends ClipboardEntry with Product with Serializable

  2. class ClipType extends EnumEntry

  3. trait ClipboardEntry extends AnyRef

  4. case class ClipboardEvent(clipType: ClipType, element: Option[HTMLTag], mouseX: Int, mouseY: Int, selected: String) extends Product with Serializable

  5. class ClipboardInstance extends Listenable

Value Members

  1. object ClipType extends Enumerated[ClipType]

  2. 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