Binding class abstract
Mimari kurucusu Gerekli işlemleri gerekli yollara ekler
Aynı zamanda component ve calling arasındaki köprüdür.
Binding ağacı bitince dökümantasyon oluşturulur
Binding aynı zamanda bir context'tir
Context yalnızca build esnasında gerekli olan bilgileri taşır
- Inheritance
-
- Object
- BuildContext
- Binding
- Implementers
Properties
- ancestorCalling → CallingBinding?
-
no setteroverride
-
no setterinherited
- component → Component
-
no setteroverride
- crypto → Crypto
-
no setterinherited
- dataAccess → DataAccess
-
no setterinherited
- exceptionHandler → ExceptionHandler
-
no setteroverride
- findCalling → CallingBinding
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- httpService → HttpService
-
no setterinherited
- key → Key
-
Calling get calling;
no setter
- logger → Logger
-
no setterinherited
- owner → ServerBinding
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socketService → WebSocketService
-
no setterinherited
Methods
-
attachToParent(
Binding parent) → void -
findAncestorBindingOfType<
T extends Binding> () → T? -
override
-
findAncestorComponentOfType<
T extends Component> () → T? -
override
-
findAncestorServiceByName<
T extends ServerBinding> (String name) → T? -
override
-
findAncestorStateOfKey<
T extends GlobalKey< (State< >StatefulComponent> >String key) → T? -
override
-
findAncestorStateOfType<
T extends State< (StatefulComponent> >) → T? -
override
-
findChildService<
T extends ServerBinding> () → T? -
override
-
findChildState<
T extends State< (StatefulComponent> >) → T? -
override
-
getPath(
) → String -
Get current context path
inherited
-
hasService<
T extends _BaseService> () → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitCallingChildren(
TreeVisitor< Calling> visitor) → TreeVisitor<Calling> -
visitChildren(
TreeVisitor< Binding> visitor) → TreeVisitor<Binding>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited