-
public class LoadStateLoad state
加载状态
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoadState.NoneThere is currently no status.
当前没有任何状态(例如:初始化时,刷新数据时)
public final classLoadState.NotLoadingIs not currently loading, and no error currently observed.
当前未加载,并且当前未发生错误。
public classLoadState.LoadingLoading is in progress.
正在加载
public final classLoadState.ErrorLoading hit an error.
加载时出错
-
Field Summary
Fields Modifier and Type Field Description private final BooleanendOfPaginationReached
-
Method Summary
Modifier and Type Method Description final BooleangetEndOfPaginationReached()-
-
Method Detail
-
getEndOfPaginationReached
final Boolean getEndOfPaginationReached()
-
-
-
-