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 PageParams = Unit

Inherited types

Attributes

Inherited from:
Page

Inherited and Abstract types

type PageState

Attributes

Inherited from:
Page

Value members

Concrete methods

final override def paramsFromState(state: PageState): 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: PageParams): ZIO[Env & Scope, UIError, PageState]

Attributes

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

Attributes

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

Attributes

Inherited from:
Page

Abstract fields

val path: Seq[String]

Concrete fields

final lazy override val paramCodec: PageCodec[Unit]