forked from fanruan/fineui
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