XScheda<T extends XFDataItem> class

Inheritance

Constructors

XScheda(Key? key, T itemInEdit, XView xView, {String? title, Color? title_BackColor, Color? title_Color, List<Widget>? title_Widgets, String? btnOK_label = "OK", String? btnCancel_label, bool modeDialog_Active = false, bool modePage_Active = true, bool editable = true, Decoration? decoration, double? width, double headerHeight = 0.4, Color? cell_borderColor, Color? cell_borderColor_Disabled, Color? cell_labelColor_Disabled, bool? viewSch_TYPE, dynamic xOnReturnBackFromScheda(void (void ()), bool)?, Map<String, XView>? liXView, bool detts_allowAdd = false, dynamic detts_OnEditValueInItem(dynamic)?, dynamic detts_OnTapItem(XFDataItem)?, dynamic detts_functItem()?})

Properties

btnCancel_label String?
getter/setter pair
btnOK_label String?
getter/setter pair
cell_borderColor Color?
getter/setter pair
cell_borderColor_Disabled Color?
getter/setter pair
cell_labelColor_Disabled Color?
getter/setter pair
decoration Decoration?
getter/setter pair
detts_allowAdd bool
getter/setter pair
detts_functItem ↔ (dynamic Function()?)
getter/setter pair
detts_OnEditValueInItem ↔ (dynamic Function(dynamic)?)
getter/setter pair
detts_OnLongTapItem ↔ (dynamic Function(dynamic)?)
getter/setter pair
detts_OnTapItem ↔ (dynamic Function(XFDataItem)?)
getter/setter pair
editable bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerHeight double
0.1 to 1.0 per indicare % di spazio VERT che deve avere l'HEADER
getter/setter pair
itemInEdit ↔ T
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
liXView Map<String, XView>?
getter/setter pair
modeDialog_Active bool
getter/setter pair
modePage_Active bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
title_BackColor Color?
getter/setter pair
title_Color Color?
getter/setter pair
title_Widgets List<Widget>?
getter/setter pair
viewSch_TYPE bool?
Se TRUE = fa vedere le TABS al posto dell'elenco a fazzolettone / Se FALSE fas vedere l'elenco a fazzolettone con dentro la scheda / se NULL fa vedere l'elenco semplice di RWO sotto l'header
getter/setter pair
width double?
getter/setter pair
xOnReturnBackFromScheda ↔ (dynamic Function(void (void ()), bool)?)
getter/setter pair
xView XView
final

Methods

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