Page

oxygen.ui.web.Page
See thePage companion object
sealed trait Page[-Env]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait NonRoutablePage[Env]
trait StateSameAsParams[Env]
trait RoutablePage[Env]
trait NoParams[Env]
object StylesPage
Show all
Self type
Page[Env]

Members list

Type members

Types

type Params
type State

Value members

Abstract methods

def initialLoad(params: Params): ZIO[Env & Scope, UIError, State]
def postLoad(state: WidgetState[State]): ZIO[Env & Scope, UIError, Unit]
def title(state: State): String

Concrete methods

final def pageName: String
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
Any