Stateless

oxygen.ui.web.create.Component.WithProps.Stateless
trait Stateless[-Env, +Action] extends WithProps[Env, Action, Any, Nothing]

Attributes

Graph
Supertypes
trait WithProps[Env, Action, Any, Nothing]
class Object
trait Matchable
class Any

Members list

Type members

Inherited and Abstract types

type Props

Attributes

Inherited from:
WithProps

Value members

Abstract methods

protected def component(props: Props): Stateless[Env, Action]

Concrete methods

final override def apply(props: Props): Stateless[Env, Action]

Attributes

Definition Classes
final override protected def component(props: Props, state: Any): PWidget[Env, Action, Any, Nothing]

Attributes

Definition Classes