zsmj
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