ValueProvider which gives you the possibility to be notified about every change of all current used <OpenLayers.Layer> instances inside the <OpenLayers.Map>.
You can watch a defined property of all <OpenLayers.Layer> instances. All layer values will be given back by a comma seperated list.
| Inherits from: | Legato.Control |
| Legato. | ValueProvider which gives you the possibility to be notified about every change of all current used <OpenLayers.Layer> instances inside the <OpenLayers.Map>. |
| Functions | |
| initialize | Basic ctor |
| destroy | <OpenLayer.Control> |
| setMap | <OpenLayer.Control> |
| draw | <OpenLayer.Control> |
| lc: | XML based config for a Legato.Control.LayersValueProvider. |
| Properties | |
| QName | The qualified name for this control. |
| layerListVisible | Defines the {DOMElement} id where all visible <OpenLayers.Layer> names should be written into. |
| layerListInvisible | Defines the {DOMElement} id where all invisible <OpenLayers.Layer> names should be written into. |
initialize : function( options )
Basic ctor
| options | {Object} A Hashmap containing option parameters for this control The following keys are supported |
XML based config for a Legato.Control.LayersValueProvider.
<lc:LayersValueProvider layerList="layerList" layerListVisible="layerListVisible" layerListInvisible="layerListInvisible"/>
| Properties | |
| QName | The qualified name for this control. |
| layerListVisible | Defines the {DOMElement} id where all visible <OpenLayers.Layer> names should be written into. |
| layerListInvisible | Defines the {DOMElement} id where all invisible <OpenLayers.Layer> names should be written into. |
Basic ctor
initialize : function( options )
OpenLayer.Control
destroy : function()
OpenLayer.Control
setMap : function( map )
OpenLayer.Control
draw : function()