CLAIDModuleView class abstract

Inheritance
Implementers

Constructors

CLAIDModuleView(String entityName, String mappedModuleId, String moduleClass, ModuleManager moduleManager, {Key? key})

Properties

entityName String
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mappedModuleId String
final
moduleClass String
final
remoteFunctionHandler RemoteFunctionHandler?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
getImage(BuildContext context) Widget
getModuleSubType() String
getModuleType() String
getName() String
getSubCaptionWidget() Widget
mapFunction<T>(String functionName, T returnType, List parameters) RemoteFunction<T>
mapMiddlewareFunction<T>(String functionName, T returnType, List parameters) RemoteFunction<T>
mapModuleFunctionWith1Parameter<T>(String functionName, T returnType, dynamic parameter1) RemoteFunctionWith1Parameter<T>
mapModuleFunctionWith2Parameters<T>(String functionName, T returnType, dynamic parameter1, dynamic parameter2) RemoteFunctionWith2Parameters<T>
mapModuleFunctionWith3Parameters<T>(String functionName, T returnType, dynamic parameter1, dynamic parameter2, dynamic parameter3) RemoteFunctionWith3Parameters<T>
mapModuleFunctionWith4Parameters<T>(String functionName, T returnType, dynamic parameter1, dynamic parameter2, dynamic parameter3, dynamic parameter4) RemoteFunctionWith4Parameters<T>
mapModuleFunctionWith5Parameters<T>(String functionName, T returnType, dynamic parameter1, dynamic parameter2, dynamic parameter3, dynamic parameter4, dynamic parameter5) RemoteFunctionWith5Parameters<T>
mapModuleFunctionWith6Parameters<T>(String functionName, T returnType, dynamic parameter1, dynamic parameter2, dynamic parameter3, dynamic parameter4, dynamic parameter5, dynamic parameter6) RemoteFunctionWith6Parameters<T>
mapModuleFunctionWithoutParameter<T>(String functionName, T returnType) RemoteFunctionWithoutParameter<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDataFromLooseDirectSubscription(DataPackage package) → void
onHidden() → void
onShown() → void
subscribeModuleChannel<T>(String channelName, T dataType, DataReceiverCallback<T> callback) Future<bool?>
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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