WidgetStateBuilder

oxygen.ui.web.create.widgetBuilders.WidgetStateBuilder
final class WidgetStateBuilder[State]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attach[Env, Action](b: PageLocalState[State])(f: WidgetState[State] => Stateful[Env, Action, State]): Stateless[Env, Action]
def attach[Env, Action](b: GlobalState[State])(f: WidgetState[State] => Stateful[Env, Action, State]): Stateless[Env, Action]
def detach[Env, Action, StateGet, StateSet <: StateGet](b: PageLocalState[State])(f: WidgetState[State] => PWidget[Env, Action, StateGet, StateSet]): PWidget[Env, Action, StateGet, StateSet]
def detach[Env, Action, StateGet, StateSet <: StateGet](b: GlobalState[State])(f: WidgetState[State] => PWidget[Env, Action, StateGet, StateSet]): PWidget[Env, Action, StateGet, StateSet]
def fix[Env, Action](f: WidgetState[State] => Stateful[Env, Action, State]): Stateful[Env, Action, State]
def get[Env, Action](f: State => Stateful[Env, Action, State]): Stateful[Env, Action, State]