StateSameAsParams

oxygen.ui.web.NonRoutablePage.StateSameAsParams
trait StateSameAsParams[-Env] extends NonRoutablePage[Env]

Attributes

Graph
Supertypes
trait NonRoutablePage[Env]
trait Page[Env]
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Inherited classlikes

object navigate

Attributes

Inherited from:
NonRoutablePage
Supertypes
class Object
trait Matchable
class Any

Types

final override type State = Params

Inherited types

Attributes

Inherited from:
Page

Inherited and Abstract types

type Params

Attributes

Inherited from:
Page

Value members

Concrete methods

override def initialLoad(params: Params): ZIO[Env & Scope, Nothing, Params]

Attributes

Definition Classes
override def postLoad(state: WidgetState[Params]): ZIO[Env & Scope, UIError, 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 title(state: State): String

Attributes

Inherited from:
Page