IconBar
Static Member Summary
| Static Public Members | ||
| public static |
|
|
| public static |
vertical: boolean |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(which: string) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public |
vertical: boolean |
|
| Private Members | ||
| private |
eleContainer: * |
|
| private |
id: * |
|
| private |
items: import("../commands/commands.js").CommandObject[] |
|
Method Summary
| Public Methods | ||
| public |
addItem(item: import("../commands/commands.js").CommandObject) |
|
| public |
refresh() |
|
| public |
setVisible(b: boolean) |
|
| Private Methods | ||
| private |
|
|
| private |
|
|
Public Constructors
public constructor(which: string) source
Params:
| Name | Type | Attribute | Description |
| which | string |
Public Members
public : * source
public vertical: boolean source
Private Members
private eleContainer: * source
private id: * source
private items: import("../commands/commands.js").CommandObject[] source
Public Methods
public addItem(item: import("../commands/commands.js").CommandObject) source
Params:
| Name | Type | Attribute | Description |
| item | import("../commands/commands.js").CommandObject |
public refresh() source
public setVisible(b: boolean) source
Params:
| Name | Type | Attribute | Description |
| b | boolean |