NoParams

oxygen.ui.web.RoutablePage.NoParams
trait NoParams[-Env] extends RoutablePage[Env]

Attributes

Graph
Supertypes
trait RoutablePage[Env]
trait Page[Env]
class Object
trait Matchable
class Any
Known subtypes
object StylesPage

Members list

Type members

Inherited classlikes

object navigate

Attributes

Inherited from:
RoutablePage
Supertypes
class Object
trait Matchable
class Any

Types

final override type Params = Unit

Inherited types

Attributes

Inherited from:
Page

Inherited and Abstract types

type State

Attributes

Inherited from:
Page

Value members

Concrete methods

final override def paramsFromState(state: State): Unit

Attributes

Definition Classes

Inherited methods

final def pageName: String

Attributes

Inherited from:
Page
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Page -> Any
Inherited from:
Page

Inherited and Abstract methods

def initialLoad(params: Params): ZIO[Env & Scope, UIError, State]

Attributes

Inherited from:
Page
def postLoad(state: WidgetState[State]): ZIO[Env & Scope, UIError, Unit]

Attributes

Inherited from:
Page
def title(state: State): String

Attributes

Inherited from:
Page

Abstract fields

val path: Seq[String]

Concrete fields

final lazy override val paramCodec: PageCodec[Unit]