Paginator class

Constructors

Paginator(dynamic api)

Properties

cCommunityCategoryIds String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isReverse bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort_col String?
getter/setter pair
sort_dir String?
getter/setter pair

Methods

clearPaginator() Paginator
getCurrentPage() int?
getLastPage() int?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCategory(String value) Paginator
setCommunityIds(String value) Paginator
setCurrentPage(int value) Paginator
setIsRefresh(bool value) Paginator
setLastPage(int value) Paginator
setOnSuccessPaginator(OnSuccessPaginator value) Paginator
setPerPage(int value) Paginator
setScrollController(ScrollController scrollController) Paginator?
setSortCol(String sortCol) Paginator
setSortDir(String sortDir) Paginator
setStopScroll(bool isStop) Paginator
setTimestamp(int value) Paginator
setTotal(int value) Paginator
setup(String _method, SellonMethod sellonMethod, Parameter _parameter) → void
toString() String
A string representation of this object.
inherited

Operators

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