BaseRefreshApiHandle class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOnLoad ↔ bool
-
是否加载更多
getter/setter pair
- pageParamName → String
-
分页参数key
no setter
- pageSizeParamName → String
-
分页参数key
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
loadComplete(
) → void - 上拉加载完成
-
loadFailed(
) → void - 上拉加载失败
-
loadNoData(
) → void - 没有更多数据
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refreshCompleted(
) → void - 刷新完成
-
refreshFailed(
) → void - 刷新失败
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited