XElencoItem class

Inheritance

Constructors

XElencoItem(XFDataItem xObjOriginal, XView xView, {void funct()?, XView? xViewDetts, Widget xLayout_Item_RowWidgets(XCol xCol, XFDataItem item)?, List<XPopUpMenuItem>? liPopUpMenu_Items, Key? key, Widget? childMain, Widget? childDetails, bool showingDetails = false, bool showMainWithDetails = true, Decoration? decorationBackGroundContainer, bool changeStatoWithTap = true, dynamic onTapItem()?, dynamic onLongTapItem()?, dynamic onDoubleTapItem()?, EdgeInsetsGeometry? margin, CrossAxisAlignment? crossAxisAlignment, Color? backGroundColor_ChildMain, Color? backGroundColor_ChildDetails, Color? iconColor_Collapsed, Color? iconColor_Expanded, bool? showTrailingArrow = true, IconData? icon_Active, IconData? icon_Disabled, double? height_Icon, double? size_Icon, double? width_Icon, CrossAxisAlignment? childMain_CrossAxisAlignment, List<Widget>? widgets_LeftArea, ValueNotifier<bool>? edited})

Properties

backGroundColor_ChildDetails Color?
getter/setter pair
backGroundColor_ChildMain Color?
getter/setter pair
changeStatoWithTap bool
getter/setter pair
childDetails Widget?
getter/setter pair
childMain Widget?
getter/setter pair
childMain_CrossAxisAlignment CrossAxisAlignment?
getter/setter pair
crossAxisAlignment CrossAxisAlignment?
getter/setter pair
decorationBackGroundContainer Decoration?
getter/setter pair
edited ValueNotifier<bool>?
getter/setter pair
funct ↔ (void Function()?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height_Icon double?
getter/setter pair
icon_Active IconData?
getter/setter pair
icon_Disabled IconData?
getter/setter pair
iconColor_Collapsed Color?
getter/setter pair
iconColor_Expanded Color?
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
liPopUpMenu_Items List<XPopUpMenuItem>?
getter/setter pair
margin EdgeInsetsGeometry?
getter/setter pair
onDoubleTapItem ↔ (dynamic Function()?)
getter/setter pair
onLongTapItem ↔ (dynamic Function()?)
getter/setter pair
onTapItem ↔ (dynamic Function()?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showingDetails bool
getter/setter pair
showMainWithDetails bool
getter/setter pair
showTrailingArrow bool?
getter/setter pair
size_Icon double?
getter/setter pair
widgets_LeftArea List<Widget>?
getter/setter pair
width_Icon double?
getter/setter pair
xLayout_Item_RowWidgets ↔ (Widget Function(XCol xCol, XFDataItem item)?)
getter/setter pair
xObjOriginal XFDataItem
default TRUE
getter/setter pair
xView XView
getter/setter pair
xViewDetts XView?
getter/setter pair

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _XElencoItemState
Creates the mutable state for this widget at a given location in the tree.
override
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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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