ComponentsPage

oxygen.ui.web.defaults.ComponentsPage
object ComponentsPage 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

Members list

Type members

Classlikes

final case class ModalForm(value: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum SmallEnum

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class State(sequence: ArraySeq[Int], useGlobalToggleThumbs: Boolean, individualToggleThumbs: Set[(Style, Style, Size)], globalToggleThumbs: Boolean, horizontalRadio: State[SmallEnum], dropdown1: State[SmallEnum], dropdown2: State[SmallEnum], modal: Option[ModalForm], textValue: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited classlikes

object navigate

Attributes

Inherited from:
RoutablePage
Supertypes
class Object
trait Matchable
class Any

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, State]

Attributes

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

Attributes

Definition Classes
override def title(state: State): 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