XElenco<T, K extends XFDataItem> class

Inheritance

Constructors

XElenco(String title_Text, XView? view, {Key? key, XView? viewDetts, bool title_OnTop_Visible = false, bool? headers_Visible, bool? filters_Visible = false, double? heightForHeader, List<Widget>? headers, List<Widget>? filters, int? numberOfHeader, int? flexForList, Color? colorBackgroundContainerElTitle, double? heightContainerElTitle, TextStyle? title_Style, String? BTNtitle_Label, Color? BTNtitle_Color, dynamic BTNtitle_OnPressed()?, double? BTNtitle_Height, double? BTNtitle_Width, bool? BTNtitle_Visible = false, EdgeInsets? BTNtitle_Margin, double? margin_Horizontal, Future<void> onRefresh_ScrollDownList(BuildContext)?, Widget? item_Widget(K)?, Widget? floatingActionButton, bool searchBar_Active = true, bool allowAdd = true, dynamic cmd_Add(void (void ()))?, dynamic onDoubleTapItem()?, bool pageMode_Active = true, dynamic onTapItem(K)?, String? schNameToOpen, String? formatDate, List? liDetts, Widget? xDrawerMenu, Color? appBar_Color, Color? searchBar_Color, Color? searchBar_ColorBorder, Color? searchBar_ColorHint, Color? searchBar_ColorIconClear, Color? searchBar_ColorIconSearch, Color? searchBar_ColorText, String? searchBar_hintText, bool searchBar_whereMethod(K, String)?, dynamic onPressed_MENU()?, List<XPopUpMenuItem>? liPopUpMenu_Items, Color? item_BackGroundColor, bool? elDettsMode_SchItem, Widget? liDettsSubArea_Widgets(dynamic)?, ValueNotifier<bool>? edited, dynamic xOnReturnBack(void (void ()))?, bool noTextWhenCellValueIsNull = false, Color? title_Color, dynamic onEditBoolValueOnItem(XCol, bool)?, List<Widget>? liWidgets_LeftArea_Item(K)?, bool? schedaMode = false, dynamic functInItem()?, dynamic onLongTapItem(dynamic)?})

Properties

allowAdd bool
getter/setter pair
appBar_Color Color?
getter/setter pair
BTNtitle_Color Color?
getter/setter pair
BTNtitle_Height double?
getter/setter pair
BTNtitle_Label String?
getter/setter pair
BTNtitle_Margin EdgeInsets?
getter/setter pair
BTNtitle_OnPressed ↔ (dynamic Function()?)
getter/setter pair
BTNtitle_Visible bool?
getter/setter pair
BTNtitle_Width double?
getter/setter pair
cmd_Add ↔ (dynamic Function(void (void ()))?)
getter/setter pair
colorBackgroundContainerElTitle Color?
getter/setter pair
edited ValueNotifier<bool>?
getter/setter pair
elDettsMode_SchItem bool?
getter/setter pair
filters List<Widget>?
getter/setter pair
filters_Visible bool?
getter/setter pair
flexForList int?
getter/setter pair
floatingActionButton Widget?
getter/setter pair
formatDate String?
getter/setter pair
functInItem ↔ (dynamic Function()?)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headers List<Widget>?
getter/setter pair
headers_Visible bool?
getter/setter pair
heightContainerElTitle double?
getter/setter pair
heightForHeader double?
getter/setter pair
item_BackGroundColor Color?
getter/setter pair
item_Widget ↔ (Widget? Function(K)?)
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
liDetts List?
getter/setter pair
liDettsSubArea_Widgets ↔ (Widget? Function(dynamic)?)
getter/setter pair
liPopUpMenu_Items List<XPopUpMenuItem>?
getter/setter pair
liWidgets_LeftArea_Item ↔ (List<Widget>? Function(K)?)
getter/setter pair
margin_Horizontal double?
getter/setter pair
noTextWhenCellValueIsNull bool
getter/setter pair
numberOfHeader int?
getter/setter pair
onDoubleTapItem ↔ (dynamic Function()?)
getter/setter pair
onEditBoolValueOnItem ↔ (dynamic Function(XCol, bool)?)
getter/setter pair
onLongTapItem ↔ (dynamic Function(dynamic)?)
getter/setter pair
onPressed_MENU ↔ (dynamic Function()?)
getter/setter pair
onRefresh_ScrollDownList ↔ (Future<void> Function(BuildContext)?)
getter/setter pair
onTapItem ↔ (dynamic Function(K)?)
getter/setter pair
pageMode_Active bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedaMode bool?
getter/setter pair
schNameToOpen String?
getter/setter pair
searchBar_Active bool
getter/setter pair
searchBar_Color Color?
getter/setter pair
searchBar_ColorBorder Color?
getter/setter pair
searchBar_ColorHint Color?
getter/setter pair
searchBar_ColorIconClear Color?
getter/setter pair
searchBar_ColorIconSearch Color?
getter/setter pair
searchBar_ColorText Color?
getter/setter pair
searchBar_hintText String?
getter/setter pair
searchBar_whereMethod ↔ (bool Function(K, String)?)
getter/setter pair
title_Color Color?
getter/setter pair
title_OnTop_Visible bool
getter/setter pair
title_Style TextStyle?
getter/setter pair
title_Text String
getter/setter pair
view XView?
getter/setter pair
viewDetts XView?
getter/setter pair
xDrawerMenu Widget?
getter/setter pair
xOnReturnBack ↔ (dynamic Function(void (void ()))?)
getter/setter pair

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() XElencoState<T, K>
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