UtilsWidget class

Constructors

UtilsWidget()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

cbOnTap(BuildContext context, ItemSelect itemSelect, int index, SelectAnyController controller) → void
generateDataColumn(SelectModel selectModel, {bool generateActions = true, dynamic onSort(int, bool)?}) List<DataColumn>
generateDataRow(SelectModel selectModel, int index, ItemSelect itemSelect, BuildContext context, Map? data, dynamic onSelected(ItemSelect, bool, int index), Function reloadData, int typeScreen, DataSource? dataSource, {bool generateActions = true}) DataRow
getWidgetLine(SelectModel selectModel, MapEntry item, Map? map, int typeScreen, void onTap()?) Widget
onAction(BuildContext context, ItemSelect? itemSelect, int? index, ActionSelect acao, Map? data, Function reloadData, DataSource? dataSource) → void
showDialogChangeTypeSearch(BuildContext context, TypeSearch actualType) Future<TypeSearch?>
showListActions(BuildContext context, ItemSelect itemSelect, int index, List<ActionSelect>? actions, Map? data, Function reloadData, DataSource? dataSource) → void
tratarOnLongPres(BuildContext context, ItemSelect itemSelect, int index, SelectAnyController controller) → void