DockContainer
Represents a dockable window. See also DockContainer, DockNode. Samples: https://public.datagrok.ai/js/samples/ui/docking/docking
Constructors
new DockContainer()
new DockContainer(
dart):DockContainer
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Type |
|---|---|
dart | any |
Accessors
containerElement
getcontainerElement():HTMLDivElement
Container element.
Returns
HTMLDivElement
Source
Methods
destroy()
destroy():
void
Destroys and detaches the container.
Returns
void
Source
float()
float():
void
Undocks a panel and converts it into a floating dialog window It is assumed that only leaf nodes (panels) can be undocked
Returns
void
Source
setActiveChild()
setActiveChild(
child):void
Removes a dock container from the dock layout hierarchy
Parameters
| Parameter | Type |
|---|---|
child | DockContainer |
Returns
void
- the node that was removed from the dock tree