forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~GUYI/fineui:master to master * commit '320c7b6332cec6a4000ccae29cbac50cbb0a6cb5': 无jira任务,补充pager描述es6
Guyi
4 years ago
2 changed files with 24 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
import { Widget } from "../../core/widget"; |
||||||
|
|
||||||
|
export declare class Pager extends Widget { |
||||||
|
static xtype: string; |
||||||
|
|
||||||
|
static EVENT_CHANGE: string; |
||||||
|
|
||||||
|
static EVENT_AFTER_POPULATE: string; |
||||||
|
|
||||||
|
getCurrentPage(): number; |
||||||
|
|
||||||
|
setValue(v: number): void; |
||||||
|
|
||||||
|
hasPrev(): boolean; |
||||||
|
|
||||||
|
hasNext(): boolean; |
||||||
|
|
||||||
|
setAllPages(v: number): void; |
||||||
|
|
||||||
|
populate(): void; |
||||||
|
} |
Loading…
Reference in new issue