Action<T, S extends BaseReadyListState<T>, TController extends ReadyListController<T, S>> class abstract

action that used to handle row actions

Implementers

Constructors

Action()

Properties

action DataTableActionCallBack<T, S, TController>
action callback
no setter
enabled DataTableActionProperty<T, bool>
whether if action enabled or not
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible DataTableActionProperty<T, bool>
whether if action enabled or not
no setter

Methods

build(BuildContext context, TController controller, T item, int index, bool menuBar) Widget
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