DataBind class

Inheritance
Implementers

Constructors

DataBind()

Properties

context ↔ CoreContext
covariantgetter/setter pairinherited
contextValue ↔ ContextValue?
getter/setter pair
converterId int
Identifier used to link to a data converter.
getter/setter pairinherited
coreType int
no setterinherited
coreTypes Set<int>
no setterinherited
dirt int
getter/setter pair
flags int
Change the _flags field value. flagsChanged will be invoked only if the field's value has changed.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hasValidated bool
no setterinherited
id int
getter/setter pairinherited
propertyKey int
The property that is targeted.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source ViewModelInstanceValue?
getter/setter pair
target ↔ Component?
getter/setter pair

Methods

addDirt(int value, {bool recurse = false}) bool
bind(DataContext? dataContext) → void
clone<K extends Core<CoreContext>>() → K?
Make a duplicate of this core object, N.B. that all properties excluding object id are copied.
inherited
converterIdChanged(int from, int to) → void
override
copy(covariant Core<CoreContext> source) → void
Copies property values, currently doesn't trigger change callbacks. It's meant to be a helper for clone.
inherited
flagsChanged(int from, int to) → void
override
import(ImportStack stack) bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdded() → void
onAddedDirty() → void
onRemoved() → void
inherited
propertyKeyChanged(int from, int to) → void
override
remove() → void
inherited
targetIdChanged(int from, int to) → void
toString() String
A string representation of this object.
inherited
update(int dirt) → void
updateSourceBinding() → void
validate() bool
inherited

Operators

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