EditorWidget<T extends BaseController> class abstract

Inheritance

Constructors

EditorWidget(T baseController, {Key? key, required List<EditorItem> editorItems, Map<String, Object>? initialDataEntity, required String onSaveProcedure})
EditorWidget.screen(T baseController, {Key? key, required String? title, Color? color, required List<EditorItem> editorItems, Map<String, Object>? initialDataEntity, required String onSaveProcedure, List<Widget>? actionAppbar})

Properties

actionAppbar List<Widget>?
final
color Color?
final
controller → T
no setterinherited
editorController EditorController
no setter
global bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isComponent bool
finalinherited
isShowAppBar bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
finalinherited
title String?
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
createElement() StatelessElement
Creates a StatelessElement to manage this widget's 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
didChangeDependencies(GetBuilderState<T> state) → void
inherited
didUpdateWidget(GetBuilder<GetxController> oldWidget, GetBuilderState<T> state) → void
inherited
dispose(GetBuilderState<T> state) → void
inherited
getController({String? tag}) → T
inherited
getEditorControlView(BuildContext buildContext, EditorController editorController, BaseController baseController) Widget
getEmptyView(T baseController) Widget
inherited
getErrorView(AsyncSnapshot<Map<String, List<Map<String, Object?>?>?>?> snapshot, T controller) Widget
inherited
getMainView(BuildContext context, Map<String, List<Map<String, Object?>?>?> data, BaseController controller) Widget
override
getSkeletonView(BuildContext context, T controller) Widget
inherited
getWaitingView(BuildContext context) Widget
inherited
initState(GetBuilderState<T> state) → void
inherited
noInternet() Widget
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBack() → void
onSave() → void
onValueChanged(String fieldName, Object value) → void
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
validate({int step = 1, bool isShowInvalidDialog = false}) bool

Operators

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