RoutablePage

oxygen.ui.web.RoutablePage
See theRoutablePage companion object
trait RoutablePage[-Env] extends Page[Env]

Attributes

Companion
object
Graph
Supertypes
trait Page[Env]
class Object
trait Matchable
class Any
Known subtypes
trait NoParams[Env]
object StylesPage
Self type

Members list

Type members

Classlikes

object navigate

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
navigate.type

Inherited types

Attributes

Inherited from:
Page

Inherited and Abstract types

type Params

Attributes

Inherited from:
Page
type State

Attributes

Inherited from:
Page

Value members

Abstract methods

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