StylesPage

oxygen.ui.web.defaults.StylesPage
object StylesPage extends NoParams[Any]

Attributes

Graph
Supertypes
trait NoParams[Any]
trait RoutablePage[Any]
trait Page[Any]
class Object
trait Matchable
class Any
Show all
Self type
StylesPage.type

Members list

Type members

Inherited classlikes

object navigate

Attributes

Inherited from:
RoutablePage
Supertypes
class Object
trait Matchable
class Any

Types

override type State = Unit

Inherited types

Attributes

Inherited from:
Page
final override type Params = Unit

Attributes

Inherited from:
NoParams

Value members

Concrete methods

override def initialLoad(params: Unit): ZIO[Scope, UIError, Unit]

Attributes

Definition Classes
override def postLoad(state: WidgetState[Unit]): ZIO[Scope, UIError, Unit]

Attributes

Definition Classes
override def title(state: Unit): String

Attributes

Definition Classes

Inherited methods

final def pageName: String

Attributes

Inherited from:
Page
final override def paramsFromState(state: State): Unit

Attributes

Definition Classes
Inherited from:
NoParams
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

Concrete fields

override val path: Seq[String]

Inherited fields

final lazy override val paramCodec: PageCodec[Unit]

Attributes

Inherited from:
NoParams