MhItemsViewEvents<T> class
Subscribe to Events of the MhItemsView
Constructors
-
MhItemsViewEvents.new({void valueWasEdited(T item, MhItemsViewColumnDef<
T> columnDef, Object? newValue)?, void rowTapped(T item, MhItemsViewColumnDef<T> columnDef)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rowTapped
↔ void Function(T item, MhItemsViewColumnDef<
T> columnDef)? -
This event is called, after a user clicked or tapped on a row
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
valueWasEdited
↔ void Function(T item, MhItemsViewColumnDef<
T> columnDef, Object? newValue)? -
This event is called, after a value in a cell was edited
getter/setter pair
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