XElencoItem class

Inheritance

Constructors

XElencoItem(void setState(void ()), XFDataItem xObjOriginal, BuildContext context, XView xView, {void funct()?, XView? xViewDetts, Widget xLayout_Row_Cell(XCol xCol, XFDataItem item)?, double? xLayout_Row_CellWidth(XCol xCol, XFDataItem item, double? widthByXfx)?, 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, List<Widget>? widgets_RightArea, ValueNotifier<bool>? edited, EdgeInsetsGeometry? paddingOfItem, List<XAction>? liXActions_LEFT, List<XAction>? liXActions_RIGHT, List<XAction>? liXActions_FAST, double? xActions_LEFT_widthArea, double? xActions_RIGHT_widthArea, TextStyle styleForItemCell(XCol xcol, XFDataItem? xfd, Color color)?, Widget? widgetOnStackOfItems, bool cellIsFlexible = true, bool xActions_LEFT_HorizontalAxis = false, bool xActions_RIGHT_HorizontalAxis = false, bool visible_EmptyCells = false})

Properties

backGroundColor_ChildDetails Color?
getter/setter pair
backGroundColor_ChildMain Color?
getter/setter pair
cellIsFlexible bool
getter/setter pair
changeStatoWithTap bool
getter/setter pair
childDetails Widget?
getter/setter pair
childMain Widget?
getter/setter pair
childMain_CrossAxisAlignment CrossAxisAlignment?
getter/setter pair
context BuildContext
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
liXActions_FAST List<XAction>?
getter/setter pair
liXActions_LEFT List<XAction>?
getter/setter pair
liXActions_RIGHT List<XAction>?
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
paddingOfItem EdgeInsetsGeometry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setState ↔ void Function(void ())
getter/setter pair
showingDetails bool
getter/setter pair
showMainWithDetails bool
getter/setter pair
showTrailingArrow bool?
getter/setter pair
size_Icon double?
getter/setter pair
styleForItemCell ↔ (TextStyle Function(XCol xcol, XFDataItem? xfd, Color color)?)
getter/setter pair
visible_EmptyCells bool
getter/setter pair
widgetOnStackOfItems Widget?
getter/setter pair
widgets_LeftArea List<Widget>?
getter/setter pair
widgets_RightArea List<Widget>?
getter/setter pair
width_Icon double?
getter/setter pair
xActions_LEFT_HorizontalAxis bool
getter/setter pair
xActions_LEFT_widthArea double?
getter/setter pair
xActions_RIGHT_HorizontalAxis bool
getter/setter pair
xActions_RIGHT_widthArea double?
getter/setter pair
xLayout_Row_Cell ↔ (Widget Function(XCol xCol, XFDataItem item)?)
getter/setter pair
xLayout_Row_CellWidth ↔ (double? Function(XCol xCol, XFDataItem item, double? widthByXfx)?)
getter/setter pair
xObjOriginal ↔ XFDataItem
default TRUE
getter/setter pair
xView ↔ XView
getter/setter pair
xViewDetts ↔ XView?
getter/setter pair

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
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
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
xBuilder_childMain() Widget?
xCMD_DeleteFromList(XFDataItem item, String title) Future<bool>
xLayout_BTN_ExpandedItem(XFDataItem item) Widget
xLayout_BTN_Function(XFDataItem item) Widget
Crazione del PopUp Menu passandogli la lista dei XPopUpMenuItem
xLayout_DettsRowsArea(dynamic item) Widget
xLayout_Item_RowWidgets(XCol xCol, XFDataItem item, bool noTextWhenCellValueIsNull, {String formatDate = "dd/MM/yy"}) Widget
xLayout_RowDetts_Widget(XCol xCol, dynamic item) Widget?

Operators

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