The ControlSwitcher control is able to manage a list of legato controls. The ControlSwitcher always ensures that only one control of given list is active. If a defaultControl has been configured this control will always be active if no other control of given list is active.
| Legato. | The ControlSwitcher control is able to manage a list of legato controls. |
| Functions | |
| initialize | Basic ctor |
| destroy | <OpenLayer.Control> |
| setMap | <OpenLayer.Control> |
| draw | <OpenLayer.Control> |
| Properties | |
| QName | The qualified name for this control. |
initialize : function( controls, defaultControl, options )
Basic ctor
| options | {Object} A Hashmap containing option parameters for this control The following keys are supported |
Basic ctor
initialize : function( controls, defaultControl, options )
OpenLayer.Control
destroy : function()
OpenLayer.Control
setMap : function( map )
OpenLayer.Control
draw : function()