IPagedProvider<ItemType> class abstract

Implementers

Constructors

IPagedProvider()

Properties

canLoadnewPages bool
no setter
content List<ItemType>
final
currentPage int
getter/setter pair
currentYapaliviState State<Yapalivi<ItemType>>
no getter
hashCode int
The hash code for this object.
no setterinherited
lastPageFetched bool
getter/setter pair
loadingPage bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchPage(int page) Future<List<ItemType>>
insertAllAtFromContent(int index, List<ItemType> item) → void
insertAtFromContent(int index, ItemType item) → void
loadNewPage() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popFromContent(ItemType item) → ItemType?
prependAllFromContent(List<ItemType> item) → void
prependFromContent(ItemType item) → void
pushAllFromContent(List<ItemType> items) → void
pushFromContent(ItemType item) → void
scrollEndHandler(bool endOfList) → void
toString() String
A string representation of this object.
inherited
tryLoadingNewPage(void setState(VoidCallback fn)) Future<void>

Operators

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