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 PageParams
type PageState

Value members

Abstract methods

def initialLoad(params: PageParams): ZIO[Env & Scope, UIError, PageState]
def postLoad(state: WidgetState[PageState], initialState: PageState): ZIO[Env & Scope, UIError, Unit]
def title(state: PageState): 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