SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class for managing different zIndexes
Constructor Summary | |
IWLayoutManager(container)
A class for managing the different zIndexes |
Method Summary | |
|
getControlByName(name)
undocumented |
IWLayout
|
getLayer(level)
Returns the layout for the given level |
|
getLayers()
Returns all layers for this layout manager. |
void
|
redraw()
Redraws the controls at all layer levels. |
|
setSize(containerSize)
Sets the size of the layout (which should be the size of the map or the panel containing this layout). |
Constructor Detail |
IWLayoutManager(container)
HTMLDivElement container
- the DIV container the LayoutManager works with
Method Detail |
getControlByName(name)
name
IWLayout getLayer(level)
number level
IWLayout
the layout for the given level
getLayers()
{IWLayout[])
void redraw()
void
setSize(containerSize)
containerSize