History

harness.webUI.Raise$.History$
See theHistory companion trait
object History

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
History.type

Members list

Type members

Classlikes

final case class Go(delta: Int) extends History

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait History
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
Show all
final case class Push(page: Url) extends History

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait History
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
Show all
final case class PushWithoutNavigation(page: Url) extends History

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait History
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
Show all
final case class Replace(page: Url) extends History

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait History
trait Standard
trait StandardOrUpdate[Nothing]
trait Raise[Nothing, Nothing]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

inline def go(delta: Int): Go
inline def push(url: Url): Push
inline def replace(url: Url): Replace

Concrete fields

val back: Go
val forward: Go