new IWLayoutManager(container)
A class for managing the different zIndexes
Parameters:
Name | Type | Description |
---|---|---|
container |
HTMLDivElement | the DIV container the LayoutManager works with |
Methods
-
getLayer(level)
-
Returns the layout for the given level
Parameters:
Name Type Description level
number Returns:
the layout for the given level- Type
- IWLayout
-
getLayers()
-
Returns all layers for this layout manager.
Returns:
{IWLayout[]) -
redraw()
-
Redraws the controls at all layer levels.
Returns:
- Type
- void
-
setSize()
-
Sets the size of the layout (which should be the size of the map or the panel containing this layout).