Store class

Inheritance
Implemented types

Constructors

Store()
factory

Properties

busy ↔ bool
getter/setter pairinherited
busyObservable → BooleanObservable?
no setterinherited
children ↔ List<WidgetModel>?
getter/setter pairinherited
context → BuildContext?
no setterinherited
data ↔ dynamic
getter/setter pairinherited
datasource ↔ String?
getter/setter pairinherited
datasources ↔ List<IDataSource>?
getter/setter pairinherited
debug ↔ bool
getter/setter pairinherited
depth ↔ double?
getter/setter pairinherited
element ↔ XmlElement?
getter/setter pairinherited
elementName → String
no setterinherited
elementNamespace → String?
no setterinherited
framework ↔ FrameworkModel?
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String
latefinalinherited
initialized ↔ bool
getter/setter pair
model → WidgetModel
no setterinherited
parent ↔ WidgetModel?
getter/setter pairinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
scope ↔ Scope?
getter/setter pairinherited
state ↔ String?
getter/setter pairinherited
statelessContext → BuildContext?
no setterinherited

Methods

add(ApplicationModel app) → Future
delete(ApplicationModel? app) → dynamic
deserialize(XmlElement xml) → void
inherited
dispose() → void
inherited
execute(String caller, String propertyOrFunction, List arguments) → Future<bool?>
inherited
find({String? url}) → ApplicationModel?
findAncestorOfExactType(Type T, {String? id, bool includeSiblings = false}) → dynamic
inherited
findAncestorsOfExactType(Type T, {String? id, bool includeSiblings = false}) → List?
inherited
findChildOfExactType(Type T, {String? id}) → dynamic
inherited
findChildrenOfExactType(Type T, {String? id}) → List
inherited
findDescendantOfExactType(Type? T, {String? id}) → dynamic
inherited
findDescendantsOfExactType(Type? T, {String? id}) → List?
inherited
findListenerOfExactType(Type T) → dynamic
inherited
findParentOfExactType(Type T, {String? id}) → dynamic
inherited
getApps() → List<ApplicationModel>
init() → dynamic
initialize() → void
inherited
launch(ApplicationModel app, BuildContext context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String? property, dynamic value) → dynamic
inherited
onDataSourceBusy(IDataSource source, bool busy) → dynamic
inherited
onDataSourceException(IDataSource source, Exception exception) → dynamic
inherited
onDataSourceSuccess(IDataSource source, Data? list) → Future<bool>
inherited
onModelChange(WidgetModel model, {String? property, dynamic value}) → dynamic
override
onPropertyChange(Observable observable) → void
inherited
registerListener(IModelListener listener) → dynamic
inherited
removeAllListeners() → dynamic
inherited
removeChildrenOfExactType(Type T) → void
inherited
removeListener(IModelListener listener) → dynamic
inherited
toString() → String
A string representation of this object.
inherited

Operators

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