Showing
1 changed file
with
15 additions
and
0 deletions
| @@ -28,13 +28,28 @@ export default class PageModel { | @@ -28,13 +28,28 @@ export default class PageModel { | ||
| 28 | loadStrategy: number = 1; | 28 | loadStrategy: number = 1; |
| 29 | currentPage: number = 1; | 29 | currentPage: number = 1; |
| 30 | pageSize: number = Const.PAGE_SIZE; | 30 | pageSize: number = Const.PAGE_SIZE; |
| 31 | + /** | ||
| 32 | + * @deprecated | ||
| 33 | + */ | ||
| 31 | pullDownRefreshText: Resource = $r('app.string.pull_down_refresh_text'); | 34 | pullDownRefreshText: Resource = $r('app.string.pull_down_refresh_text'); |
| 35 | + /** | ||
| 36 | + * @deprecated | ||
| 37 | + */ | ||
| 32 | pullDownRefreshImage: Resource = $r('app.media.ic_pull_down_refresh'); | 38 | pullDownRefreshImage: Resource = $r('app.media.ic_pull_down_refresh'); |
| 33 | pullDownRefreshHeight: number = Const.CUSTOM_LAYOUT_HEIGHT; | 39 | pullDownRefreshHeight: number = Const.CUSTOM_LAYOUT_HEIGHT; |
| 34 | isVisiblePullDown: boolean = false; | 40 | isVisiblePullDown: boolean = false; |
| 35 | load: LoadStatus = LoadStatus.IDLE; | 41 | load: LoadStatus = LoadStatus.IDLE; |
| 42 | + /** | ||
| 43 | + * @deprecated | ||
| 44 | + */ | ||
| 36 | pullUpLoadText: Resource = $r('app.string.pull_up_load_text'); | 45 | pullUpLoadText: Resource = $r('app.string.pull_up_load_text'); |
| 46 | + /** | ||
| 47 | + * @deprecated | ||
| 48 | + */ | ||
| 37 | pullUpLoadImage: Resource = $r('app.media.ic_pull_up_load'); | 49 | pullUpLoadImage: Resource = $r('app.media.ic_pull_up_load'); |
| 50 | + /** | ||
| 51 | + * @deprecated | ||
| 52 | + */ | ||
| 38 | pullUpLoadHeight: number = Const.CUSTOM_LAYOUT_HEIGHT; | 53 | pullUpLoadHeight: number = Const.CUSTOM_LAYOUT_HEIGHT; |
| 39 | isVisiblePullUpLoad: boolean = false; | 54 | isVisiblePullUpLoad: boolean = false; |
| 40 | offsetY: number = 0; | 55 | offsetY: number = 0; |
-
Please register or login to post a comment