Browse Source
Merge in VISUAL/fineui from ~DAILER/fineui:es6 to es6 * commit 'd767ec71c8b79961b00194f149f02fc5b5cf38ac': updatees6
Dailer-刘荣歆
2 years ago
4 changed files with 33 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
import { NodeButton } from '../../../base/single/button/button.node'; |
||||||
|
|
||||||
|
export declare class MultiLayerIconArrowNode extends NodeButton { |
||||||
|
static xtype: string; |
||||||
|
|
||||||
|
doRedMark(...args: any[]): void; |
||||||
|
|
||||||
|
unRedMark(...args: any[]): void; |
||||||
|
} |
@ -0,0 +1,17 @@ |
|||||||
|
import { BasicButton } from '../../../base/single/button/button.basic'; |
||||||
|
|
||||||
|
export declare class MultiLayerIconTreeLeafItem extends BasicButton { |
||||||
|
static xtype: string; |
||||||
|
|
||||||
|
doRedMark(...args: any[]): void; |
||||||
|
|
||||||
|
unRedMark(...args: any[]): void; |
||||||
|
|
||||||
|
doHighLight(...args: any[]): void; |
||||||
|
|
||||||
|
unHighLight(...args: any[]): void; |
||||||
|
|
||||||
|
getId(): string; |
||||||
|
|
||||||
|
getPId(): string; |
||||||
|
} |
@ -0,0 +1,5 @@ |
|||||||
|
import { Layout } from "../layout"; |
||||||
|
|
||||||
|
export declare class BorderLayout extends Layout { |
||||||
|
static xtype: string; |
||||||
|
} |
Loading…
Reference in new issue