AFWireframeExecutionContext class

Implemented types

Constructors

AFWireframeExecutionContext({required AFScreenID screen, required AFID widget, required dynamic eventParam, required AFWireframe wireframe, required AFFlexibleStateView? stateView})

Properties

eventParam → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screen AFScreenID
final
stateView AFFlexibleStateView?
final
widget AFID
final
wireframe AFWireframe
final

Methods

accessEventParam<TResult>() → TResult
accessStateView<TStateView extends AFFlexibleStateView>() → TStateView
dispatch(dynamic action) → void
override
isScreen(AFScreenID screenId) bool
isScreenAndWidget(AFScreenID screenId, AFWidgetID widgetId) bool
isWidget(AFWidgetID widgetId) bool
inherited
inherited
inherited
inherited
inherited
inherited
inherited
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
td(dynamic id) → dynamic
toString() String
A string representation of this object.
inherited
updateStateViewRootN(List<Object> source) → void
updateStateViewRootOne(Object source) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited