Constructor Summary
| Public Constructor | ||
| public |
constructor(_config: *) |
|
Member Summary
| Public Members | ||
| public get |
direction: * |
|
| public get |
height: * |
|
| public get |
isRow: * |
|
| public get |
isStatic: * |
|
| public get |
splitterSize: * |
|
| public get |
splitters: * |
|
| public get |
width: * |
|
Method Summary
| Public Methods | ||
| public |
addChild(item: *, options: {}) |
|
| public |
createChildItem(config: *, options: {}): * |
|
| public |
getAdjacentItems(item: *): {"before": *, "after": *} |
|
| public |
getChildren(): * |
|
| public |
getSplitterFromItem(item: *): * |
|
| public |
getTotalSplitterSizes(start: number, end: *): * |
|
| public |
|
|
| public |
removeChild(item: *) |
|
| public |
render(): * |
|
| public |
resize() |
|
| public |
setSizeOf(item: *, size: *, options: {}) |
|
Public Constructors
public constructor(_config: *) source
Params:
| Name | Type | Attribute | Description |
| _config | * |
Public Members
public get direction: * source
public get height: * source
public get isRow: * source
public get isStatic: * source
public get splitterSize: * source
public get splitters: * source
public get width: * source
Public Methods
public addChild(item: *, options: {}) source
Params:
| Name | Type | Attribute | Description |
| item | * | ||
| options | {} |
|
public createChildItem(config: *, options: {}): * source
Params:
| Name | Type | Attribute | Description |
| config | * | ||
| options | {} |
|
Return:
| * |
public getAdjacentItems(item: *): {"before": *, "after": *} source
Params:
| Name | Type | Attribute | Description |
| item | * |
Return:
| {"before": *, "after": *} |
public getTotalSplitterSizes(start: number, end: *): * source
Params:
| Name | Type | Attribute | Description |
| start | number |
|
|
| end | * |
|
Return:
| * |
public initialize() source
public removeChild(item: *) source
Params:
| Name | Type | Attribute | Description |
| item | * |
public resize() source
public setSizeOf(item: *, size: *, options: {}) source
Params:
| Name | Type | Attribute | Description |
| item | * | ||
| size | * | ||
| options | {} |
|