| Inherits from: | Legato.Control |
| ViewContextValueProvider | |
| Properties | |
| frequency | {Double} This is the minimum interval in ms at which update AJAX requests are made. |
| delayedPropagation | {Number} Timeout id of delayed propagateValue. |
| url | {String} The URL which will been used for submitting the viewcontext. |
| method | {String} The HTTP method to use for the request |
| Functions | |
| initialize | Basic ctor |
| destroy | <OpenLayer.Control> |
| setMap | <OpenLayer.Control> |
| draw | <OpenLayer.Control> |
| lc: | XML based config for a <Legato.Control.ViewContextValueProvider>. |
| Properties | |
| QName | The qualified name for this control. |
| url | The url which will been used for providing the current viewcontext of the client. |
| method | The HTTP method to use for the request. |
| frequency | This is the minimum interval in ms at which update AJAX requests are made. |
initialize : function( options )
Basic ctor
| options | {Object} A Hashmap containing option parameters for this control The following keys are supported |
The following keys are supported for an observer element
XML based config for a <Legato.Control.ViewContextValueProvider>.
<lc:ViewContextValueProvider url="http://foo.com/viewContext" method="POST" frequency="2000" />
| Properties | |
| QName | The qualified name for this control. |
| url | The url which will been used for providing the current viewcontext of the client. |
| method | The HTTP method to use for the request. |
| frequency | This is the minimum interval in ms at which update AJAX requests are made. |
Basic ctor
initialize : function( options )
OpenLayer.Control
destroy : function()
OpenLayer.Control
setMap : function( map )
OpenLayer.Control
draw : function()