IFFRefresh class abstract

刷新接口

Implementers

Constructors

IFFRefresh()

Properties

ffrefreshApiStatus RefreshApiStatus?
刷新的状态
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ffCanRefreshFoot() bool?
是否有底部刷新功能
ffCanRefreshHead() bool?
是否有顶部刷新功能
ffDidMaxNumber(bool didmax) → dynamic
达到了最大值
ffLoadComplete({RefreshResultStatus? resultStatus}) → dynamic
加载更多结束
ffMaxNumberOfLines() int?
列表允许展示的最大条数
ffRefresh(bool isHead) → dynamic
去调接口
ffRefreshCompleted({RefreshResultStatus? resultStatus}) → dynamic
刷新顶部结束
ffRefreshResult(bool isHead, dynamic api(IRefreshParam? iRefreshParam), FFScaffoldState state) → dynamic
处理结果
ffRequestRefresh() Future<void>
请求刷新
ffWidget(BuildContext ctx, Widget child, FFPageStatus status) Widget
添加刷新组件
getPage() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setPage(int p) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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