WTableAdapter class
Constructors
-
WTableAdapter({int pageSize = 5, Future<
int> totalSize(), Future<List< fetchItems(int, int), Future<WTableItem> >bool> onDeleteItem(WTableItem)})
Properties
-
addItemStream
→ Stream<
Null> -
read-only
- canAddItem → bool
-
read-only
-
clickRowStream
→ Stream<
WTableItem> -
read-only
-
fetchItems
↔ Future<
List< Function(int, int)WTableItem> > -
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
onDeleteItem
↔ Future<
bool> Function(WTableItem) -
read / write
- pageSize ↔ int
-
read / write
-
reloadStream
→ Stream<
Null> -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
totalSize
↔ Future<
int> Function() -
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
onAddItem(
) → void -
onClickRow(
WTableItem itm) → void -
reload(
) → void -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited