ControlModule<T> class abstract

Implemented types
Implementers

Constructors

ControlModule()

Properties

entries Map
no setter
factories Map<Type, InitFactory>
no setter
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setter
key Type
no setter
module ↔ T?
getter/setter pair
preInit bool
no setter
priority int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subModules Map<Type, InitFactory>
no setter

Methods

compareTo(ControlModule other) int
Compares this object to another object.
override
getInactiveSubmodules(ControlFactory factory, {Map? args}) List<ControlModule>
init() Future
initModule() → void
initStore(ControlFactory factory, {bool includeSubModules = false}) → void
initWithSubModules(ControlFactory factory, {Map? args}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fillModules(List<ControlModule> modules) List<ControlModule>
initControl(ControlModule module, {Map? args, bool? debug}) bool