MainTabPanel
Extends:
the maintabpanel on the left side of the patchfield, can be minimized
Constructor Summary
| Public Constructor | ||
| public |
constructor(tabs: TabPanel) |
|
Member Summary
| Public Members | ||
| public |
|
|
| public get |
tabs: * |
|
| Private Members | ||
| private |
_ele: * |
|
| private |
_visible: boolean |
|
| private |
|
|
Method Summary
| Public Methods | ||
| public |
hide(donotsave: boolean) |
|
| public |
init() |
|
| public |
isVisible(): * |
|
| public |
resize() |
|
| public |
show(userInteraction: boolean) |
|
| public |
toggle(userInteraction: boolean) |
|
Public Constructors
Public Members
public : * source
public get tabs: * source
Private Members
private _ele: * source
private _visible: boolean source
Public Methods
public hide(donotsave: boolean) source
Params:
| Name | Type | Attribute | Description |
| donotsave | boolean |
public init() source
public resize() source
public show(userInteraction: boolean) source
Params:
| Name | Type | Attribute | Description |
| userInteraction | boolean |
public toggle(userInteraction: boolean) source
Params:
| Name | Type | Attribute | Description |
| userInteraction | boolean |