org.hyperscala.ui

history

package history

Visibility
  1. Public
  2. All

Type Members

  1. case class FunctionalHistoryEntry(description: String, undoFunction: () ⇒ Unit, redoFunction: () ⇒ Unit, time: Long = ...) extends HistoryEntry with Product with Serializable

  2. trait HistoryEntry extends AnyRef

  3. class HistoryInstance extends Listenable

  4. class HistoryStateChange extends EnumEntry

Value Members

  1. object History extends Module

    History module provides history management functionality to a webpage.

  2. object HistoryEntry

  3. object HistoryStateChange extends Enumerated[HistoryStateChange]

Ungrouped