RootLayout
Extends:
Static Method Summary
| Static Public Methods | ||
| public static | 
       configure(config: *): *  | 
    |
| public static | 
       create(config: *): *  | 
    |
Constructor Summary
| Public Constructor | ||
| public | 
       constructor(_config: *, _renderer: *, _containerEl: *, _viewManager: *, _rootConfig: *, _stateContext: *, _lockState: *)  | 
    |
Member Summary
| Public Members | ||
| public get | 
       containerEl: *  | 
    |
| public get | 
       height: *  | 
    |
| public get | 
      
       | 
    |
| public get | 
       lockState: *  | 
    |
| public get | 
       offsetX: *  | 
    |
| public get | 
       offsetY: *  | 
    |
| public get | 
       width: *  | 
    |
Method Summary
| Public Methods | ||
| public | 
       destroy()  | 
    |
| public | 
       detach()  | 
    |
| public | 
       getPlugins(type: *): *  | 
    |
| public | 
      
       | 
    |
| public | 
      
       | 
    |
| public | 
       load(config: *, options: {})  | 
    |
| public | 
      
       | 
    |
| public | 
       render(): *  | 
    |
| public | 
       resize(dimensions: *)  | 
    |
| public | 
       setContainingNode(node: *)  | 
    |
| public | 
       update()  | 
    |
Static Public Methods
public static configure(config: *): * source
Params:
| Name | Type | Attribute | Description | 
| config | * | 
Return:
| * | 
Public Constructors
public constructor(_config: *, _renderer: *, _containerEl: *, _viewManager: *, _rootConfig: *, _stateContext: *, _lockState: *) source
Params:
| Name | Type | Attribute | Description | 
| _config | * | ||
| _renderer | * | ||
| _containerEl | * | ||
| _viewManager | * | ||
| _rootConfig | * | ||
| _stateContext | * | ||
| _lockState | * | 
Public Members
public get containerEl: * source
public get height: * source
public get isInitialized: * source
public get lockState: * source
public get offsetX: * source
public get offsetY: * source
public get width: * source
Public Methods
public destroy() source
public detach() source
public initialize() source
public load(config: *, options: {}) source
Params:
| Name | Type | Attribute | Description | 
| config | * | ||
| options | {} | 
  | 
      
public makeVisible() source
public resize(dimensions: *) source
Params:
| Name | Type | Attribute | Description | 
| dimensions | * | 
public setContainingNode(node: *) source
Params:
| Name | Type | Attribute | Description | 
| node | * |