paging_view
library
Classes
-
Append<PageKey>
-
Action to add data at bottom of the list.
-
DataSource<PageKey, Value>
-
Class that manages data loading.
-
Failure<PageKey, Value>
-
Action is failure.
-
LoadAction<PageKey>
-
Required action to load necessary data.
-
LoadResult<PageKey, Value>
-
Result of load action.
-
None<PageKey, Value>
-
Action is not necessary.
-
PageData<PageKey, Value>
-
Data structure of page.
-
PagingGrid<PageKey, Value>
-
A grid list that manages pages and scroll position
to read more data.
-
PagingList<PageKey, Value>
-
A single-column list that manages pages and scroll position
to read more data.
-
Prepend<PageKey>
-
Action to add data at top of the list.
-
Refresh<PageKey>
-
Action to refresh data.
-
SliverPagingGrid<PageKey, Value>
-
A sliver that manages pages and scroll position to read more data.
Display a grid list.
-
SliverPagingList<PageKey, Value>
-
A sliver that manages pages and scroll position to read more data.
Display a single-column list.
-
Success<PageKey, Value>
-
Action is success.