ViewModelStoreBase
class
This is base implementation of the ViewModelStore
interface
Methods and properties
Here is documentation about base implementation methods and properties.
If you need to read about ViewModelStore
interface methods and properties go to here
viewModels
(protected)
Map structure with created ViewModel instances in application.
instanceAttachedCount
(protected)
ViewModel instances count attached (method attach()) to current store
mountingViews
(protected)
A Set
with ViewModel ids which views are waiting for mount
unmountingViews
(protected)
A Set
with ViewModel ids which views are waiting for unmount
viewModelsTempHeap
(protected)
A Map
with temp heap vm instances
Is needed to get access to view model instance before all initializations happens