ApplicationModel class

Inheritance

Constructors

ApplicationModel(WidgetModel parent, {String? key, required String url, String? title, int? page, int? order, Map<String, dynamic>? settings})

Properties

ancestors List?
no setterinherited
brightness Brightness
no setter
busy bool
getter/setter pairinherited
busyObservable BooleanObservable?
no setterinherited
cacheContent bool
no setter
children List<WidgetModel>?
getter/setter pairinherited
color Color
no setter
company String?
no setter
configParameters Map<String, String?>?
no setter
configured bool
no setter
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
descendants List?
no setterinherited
domain String?
no setter
element ↔ XmlElement?
getter/setter pairinherited
elementName String
no setterinherited
errorPage String?
no setter
firebase ↔ FirebaseApp?
getter/setter pair
firebaseApiKey String?
no setter
firebaseAuthDomain String?
no setter
fmlVersion int?
no setter
font String
no setter
framework FrameworkModel?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
hashKey String?
no setter
homePage String
no setter
host String?
no setter
icon String?
no setter
iconDark String?
no setter
iconLight String?
no setter
id String
latefinalinherited
initialized Future<bool>
no setter
isLocalScope bool
latefinalinherited
jwt Jwt?
no setter
loginPage String?
no setter
mirror Mirror?
getter/setter pair
mirrorApi String?
no setter
name String?
no setter
notificationsEnabled bool
getter/setter pairinherited
order int?
getter/setter pair
page int?
getter/setter pair
parent WidgetModel?
getter/setter pairinherited
queryParameters Map<String, String>?
no setter
refresh bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?
no setter
scope Scope?
getter/setter pairinherited
scopeManager ScopeManager
getter/setter pair
secure bool
no setter
singlePage bool
no setter
splash String?
no setter
splashBackground String?
no setter
splashDuration int
no setter
splashWidth String?
no setter
started bool
getter/setter pair
startPage String?
no setter
subscope Scope?
no setterinherited
title String?
getter/setter pair
transition PageTransitions?
no setter
url String
getter/setter pair
user UserModel
no setter

Methods

clearStash() Future<bool>
close() → void
delete() Future<bool>
deserialize(XmlElement xml) → void
inherited
dispose() → void
disposes of the model releasing resources and removing bindings
override
execute(String caller, String propertyOrFunction, List arguments) Future<bool?>
inherited
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, Type? breakOn}) List
inherited
findListenerOfExactType(Type T) → dynamic
inherited
findParentOfExactType(Type T, {String? id}) → dynamic
inherited
firstAncestorWhere(dynamic test(dynamic element)) → dynamic
inherited
getUniqueId(String? id) String
inherited
initialize() Future<void>
initializes the model by starting brokers
override
insert() Future<bool>
logoff() Future<bool>
logon(Jwt? jwt) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyListeners(String? property, dynamic value, {bool notify = false}) → dynamic
model listener notifications
inherited
onDataChange() → void
inherited
onDataSourceBusy(IDataSource source, bool busy) → dynamic
inherited
onDataSourceException(IDataSource source, Exception exception) → dynamic
inherited
onDataSourceSuccess(IDataSource source, Data? list) Future<bool>
inherited
onPropertyChange(Observable observable) → void
notifies property listeners of any changes to a property
inherited
rebuild() → dynamic
forces and associated views to rebuild
inherited
registerListener(IModelListener listener) → dynamic
adds a models listener to the list
inherited
removeAllListeners() → dynamic
removes all model listeners
inherited
removeChildrenOfExactType(Type T) → void
inherited
removeListener(IModelListener listener) → dynamic
removes a model listener from the list
inherited
setActive() Future<void>
setting(String key) String?
stashValue(String key, dynamic value) Future<bool>
toString() String
A string representation of this object.
inherited
update() Future<bool>
upsert() Future<bool>

Operators

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

Static Properties

tableName String
getter/setter pair

Static Methods

loadAll() Future<List<ApplicationModel>>
toVersionNumber(String? version) int?

Constants

myId → const String