XScheda<T extends XFDataItem> class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- XScheda
Constructors
-
XScheda.new(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, Color? cell_borderColor, Color? cell_borderColor_Disabled, Color? cell_labelColor_Disabled, bool allowAddDetts = false, bool? viewSch_TYPE, dynamic xOnReturnBackFromScheda(void (void ()), bool)?, bool? liDetts_SchView, List<XView> ? liXViewsApp, bool? borderAree_Header, Widget? liDetts_SubArea(dynamic)?, bool complexUI = false, bool viewDettsAlways = false, bool showHead = true, bool xDett_minHeight_showHead = true})
Properties
- allowAddDetts ↔ bool
-
getter/setter pair
- borderAree_Header ↔ bool?
-
getter/setter pair
- 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
- complexUI ↔ bool
-
getter/setter pair
- decoration ↔ Decoration?
-
getter/setter pair
- detts_OnLongTapItem ↔ dynamic Function(XFDataItem)?
-
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
- itemInEdit ↔ T
-
getter/setter pair
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- liDetts_SchView ↔ 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
- liDetts_SubArea ↔ Widget? Function(dynamic)?
-
getter/setter pair
-
liXViewsApp
↔ List<
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
- showHead ↔ bool
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- title_BackColor ↔ Color?
-
getter/setter pair
- title_Color ↔ Color?
-
getter/setter pair
-
title_Widgets
↔ List<
Widget> ? -
getter/setter pair
- viewDettsAlways ↔ bool
-
getter/setter pair
- viewSch_TYPE ↔ bool?
-
Se FALSE fa vedere le TABS al posto dell'elenco a fazzolettone / Se TRUE fas vedere l'elenco a fazzolettone / se NULL fa vedere l'elenco semplice di RWO sotto l'header
getter/setter pair
- width ↔ double?
-
getter/setter pair
- xDett_minHeight_showHead ↔ bool
-
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, int wrapWidth = 65}) → 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