NonRoutablePage

oxygen.ui.web.NonRoutablePage
See theNonRoutablePage companion object
trait NonRoutablePage[-Env] extends Page[Env]

Attributes

Companion
object
Graph
Supertypes
trait Page[Env]
class Object
trait Matchable
class Any
Known subtypes
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

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

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 postLoad(state: WidgetState[State]): ZIO[Env & Scope, UIError, Unit]

Attributes

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

Attributes

Inherited from:
Page