ViewModelInstanceViewModelBase class abstract

Inheritance
Implementers

Properties

context ↔ CoreContext
covariantgetter/setter pairinherited
coreType int
no setter
coreTypes Set<int>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasValidated bool
no setterinherited
id int
getter/setter pairinherited
propertyValue int
The id of the viewmodel instance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewModelPropertyId int
Identifier of the property this value will provide data for. At runtime these ids are normalized relative to the ViewModel itself.
getter/setter pairinherited

Methods

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

Operators

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

Constants

propertyValueInitialValue → const int
propertyValuePropertyKey → const int
typeKey → const int