XElenco<T extends StatefulWidget, K extends XFDataItem> constructor

XElenco<T extends StatefulWidget, K extends XFDataItem>(
  1. String title_Text,
  2. XView? view, {
  3. Key? key,
  4. XApp<XAppState, dynamic, dynamic>? xApp,
  5. XView? viewDetts,
  6. bool isEditable = false,
  7. int? xLayout_HeightElArea_Factor,
  8. Color? title_Color,
  9. TextStyle? title_Style,
  10. bool title_OnTop_Visible = false,
  11. Color? title_OnTop_BackgroundColor,
  12. double? title_OnTop_AddBTN_Height,
  13. String? title_OnTop_AddBTN_Label,
  14. Color? title_OnTop_AddBTN_Color,
  15. dynamic title_OnTop_AddBTN_OnPressed()?,
  16. double? title_OnTop_AddBTN_Width,
  17. bool? title_OnTop_AddBTN_Visible = false,
  18. EdgeInsets? title_OnTop_AddBTN_Margin,
  19. double? margin_Horizontal,
  20. Future<void> onRefresh_ScrollDownList(
    1. BuildContext
    )?,
  21. Widget? item_Widget(
    1. K
    )?,
  22. Widget? floatingActionButton,
  23. bool headers_Visible = false,
  24. bool? filters_Visible = false,
  25. bool searchBar_Active = true,
  26. bool allowAdd = false,
  27. Future cmd_Add(
    1. void (
      1. void ()
      )
    )?,
  28. bool pageMode_Active = true,
  29. dynamic onTapItem(
    1. K
    )?,
  30. dynamic onDoubleTapItem()?,
  31. dynamic onLongTapItem(
    1. dynamic
    )?,
  32. dynamic onTapBack()?,
  33. dynamic xOnReturnBack(
    1. void (
      1. void ()
      )
    )?,
  34. String? schNameToOpen,
  35. String? formatDate,
  36. List? liDetts,
  37. Widget? xDrawerMenu,
  38. Color? appBar_Color,
  39. Color? searchBar_Color,
  40. Color? searchBar_ColorBorder,
  41. Color? searchBar_ColorHint,
  42. Color? searchBar_ColorIconClear,
  43. Color? searchBar_ColorIconSearch,
  44. Color? searchBar_ColorText,
  45. String? searchBar_hintText,
  46. bool searchBar_whereMethod(
    1. K,
    2. String
    )?,
  47. List<XPopUpMenuItem>? liPopUpMenu_Items,
  48. Color? itemSelected_BackGroundColor,
  49. bool? elDettsMode_SchItem,
  50. Widget? xDettItem_Widget(
    1. dynamic
    )?,
  51. ValueNotifier<bool>? edited,
  52. bool noTextWhenCellValueIsNull = false,
  53. List<Widget>? liWidgets_LeftArea_Item(
    1. K
    )?,
  54. bool? schedaMode = false,
  55. dynamic itemEdited(
    1. XFDataItem
    )?,
  56. dynamic rootItemEdited(
    1. K
    )?,
  57. Widget? xBL_BTN_EmptyList()?,
  58. bool showHead_DettsRowInItem = true,
  59. String? xDetts_xColname,
  60. double? appBar_Height,
  61. Color? xDettItem_BackGroundColor,
  62. Widget? widgetBuild_Override,
  63. bool appBar_Visible = true,
  64. List<Widget>? liWidgets_RightArea_Item(
    1. K
    )?,
  65. bool showHead = true,
  66. bool xDett_minHeight_showHead = true,
  67. bool xDett_AddBTN_Active = true,
  68. List<XMediaItem>? liXMediaToUse,
  69. List<XTabItem>? xTab_List,
  70. bool? isScrollableTabs,
  71. Widget? appBar_LeadingWidget,
  72. double? appBar_LeadingWidth,
  73. bool? borderAree_Header,
  74. bool appBar_Custom_Visible = false,
  75. Widget xCells_Item_Widget(
    1. XCol xCol,
    2. XFDataItem item
    )? = null,
  76. double? xCells_Item_Width(
    1. XCol xCol,
    2. XFDataItem item,
    3. double? widthByXfx
    )? = null,
  77. TextStyle xCells_Item_TextStyle(
    1. XCol xcol,
    2. XFDataItem? xfd,
    3. Color color
    )? = null,
  78. XFDataItem? xObjParent = null,
  79. bool isCompexUI_WrapItems = false,
  80. Widget? xWidget_Left,
  81. Widget? xWidget_Right,
  82. XEnumDef? xCells_EditType = null,
  83. List<XCol>? liCols_EditData = null,
  84. Alignment? xLayout_Stack_Alignment,
  85. XView? xView_ForEditItem,
})

Implementation

XElenco(
  this.title_Text,
  this.view, {
  Key? key,
  this.xApp,
  this.viewDetts,
  this.isEditable = false,
  this.xLayout_HeightElArea_Factor,
  this.title_Color,
  this.title_Style,
  this.title_OnTop_Visible = false,
  this.title_OnTop_BackgroundColor,
  this.title_OnTop_AddBTN_Height,
  this.title_OnTop_AddBTN_Label,
  this.title_OnTop_AddBTN_Color,
  this.title_OnTop_AddBTN_OnPressed,
  this.title_OnTop_AddBTN_Width,
  this.title_OnTop_AddBTN_Visible = false,
  this.title_OnTop_AddBTN_Margin,
  this.margin_Horizontal,
  this.onRefresh_ScrollDownList,
  this.item_Widget,
  this.floatingActionButton,
  this.headers_Visible = false,
  this.filters_Visible = false,
  this.searchBar_Active = true,
  this.allowAdd = false,
  this.cmd_Add,
  this.pageMode_Active = true,
  this.onTapItem,
  this.onDoubleTapItem,
  this.onLongTapItem,
  this.onTapBack,
  this.xOnReturnBack,
  this.schNameToOpen,
  this.formatDate,
  this.liDetts,
  this.xDrawerMenu,
  this.appBar_Color,
  this.searchBar_Color,
  this.searchBar_ColorBorder,
  this.searchBar_ColorHint,
  this.searchBar_ColorIconClear,
  this.searchBar_ColorIconSearch,
  this.searchBar_ColorText,
  this.searchBar_hintText,
  this.searchBar_whereMethod,
  this.liPopUpMenu_Items,
  this.itemSelected_BackGroundColor,
  this.elDettsMode_SchItem,
  this.xDettItem_Widget,
  this.edited,
  this.noTextWhenCellValueIsNull = false,
  this.liWidgets_LeftArea_Item,
  this.schedaMode = false,
  this.itemEdited,
  this.rootItemEdited,
  this.xBL_BTN_EmptyList,
  this.showHead_DettsRowInItem = true,
  this.xDetts_xColname,
  this.appBar_Height,
  this.xDettItem_BackGroundColor,
  this.widgetBuild_Override,
  this.appBar_Visible = true,
  this.liWidgets_RightArea_Item,
  this.showHead = true,
  this.xDett_minHeight_showHead = true,
  this.xDett_AddBTN_Active = true,
  this.liXMediaToUse,
  this.xTab_List,
  this.isScrollableTabs,
  this.appBar_LeadingWidget,
  this.appBar_LeadingWidth,
  this.borderAree_Header,
  this.appBar_Custom_Visible = false,
  this.xCells_Item_Widget = null,
  this.xCells_Item_Width = null,
  this.xCells_Item_TextStyle = null,
  this.xObjParent = null,
  this.isCompexUI_WrapItems = false,
  this.xWidget_Left,
  this.xWidget_Right,
  this.xCells_EditType = null,
  this.liCols_EditData = null,
  this.xLayout_Stack_Alignment,
  this.xView_ForEditItem,
}) : super(key: key);