IAutomaticLocalPagedProvider<ItemType> class abstract

Inheritance

Properties

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

Methods

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

Operators

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