DetachGlobalState

oxygen.ui.web.PWidget.DetachGlobalState
final case class DetachGlobalState[Env, Action, DetachedState, InnerStateGet, InnerStateSet <: InnerStateGet](withState: WidgetState[DetachedState] => PWidget[Env, Action, InnerStateGet, InnerStateSet], globalState: GlobalState[DetachedState]) extends PWidget[Env, Action, InnerStateGet, InnerStateSet]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action, InnerStateGet, InnerStateSet]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product