SimpleRouter

kreuzberg.extras.SimpleRouter$
See theSimpleRouter companion class
object SimpleRouter

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object EmptyComponent extends SimpleComponentBase

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class SimpleComponentBase
trait Component
trait Identified
trait SimpleContextDsl
trait ComponentDsl
trait ContextDsl
class Object
trait Matchable
class Any
Show all
Self type
case class RoutingState(currentRoute: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
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

def goto: EventSink[String]

Event Sink for going to a specific route.

Event Sink for going to a specific route.

Attributes

def gotoTarget(target: String): EventSink[Any]

Event Sink for going to a specific fixed route.

Event Sink for going to a specific fixed route.

Attributes

Concrete fields

val DefaultErrorHandler: Throwable => EagerRoute

Current shown target.

Current shown target.

Attributes

val gotoChannel: Channel[String]
val loading: Model[Boolean]

If we are currently loading data.

If we are currently loading data.

Attributes

Current routing state.

Current routing state.

Attributes