PagedCollectionController<Item> class
abstract
Provides collections in a paged manner.
- Inheritance
-
- Object
- CollectionController<
Item> - PagedCollectionController
Constructors
- PagedCollectionController()
-
PagedCollectionController.pull(PullCollection<
Item> collection) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
params
→ Map<
String, String> -
finalinherited
-
query
→ Map<
String, List< String> > -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
PropertyState< PagedCollectionModel< >Item> > -
no setteroverride
Methods
-
dispose(
) → void -
inherited
-
invalidate(
) → Future< void> -
Invalidates caches and implies that data should be
re-fetched while trying to keep the current collection state
(f.e. page offset and size in PagedCollectionController).
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPage(
int page, int pageSize, {bool invalidate = false}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited