Component

oxygen.ui.web.create.Component
object Component

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Component.type

Members list

Type members

Classlikes

object WithProps

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
WithProps.type
sealed trait WithProps[-Env, +Action, -StateGet, +StateSet <: StateGet]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Stateful[Env, Action, State]
trait Stateless[Env, Action]
object WithoutProps

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait WithoutProps[-Env, +Action, -StateGet, +StateSet <: StateGet]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Stateful[Env, Action, State]
trait Stateless[Env, Action]