Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
H
 handle, OpenLayers. Handler. Feature
 handleAdd, OpenLayers. Strategy. Filter
 handleBrowserEvent, OpenLayers. Events
 handleChangeLayer, OpenLayers. Layer. Vector. RootContainer
 handleCommit, OpenLayers. Protocol. WFS.v1
 handleCreate, OpenLayers. Protocol.HTTP
 handleDelete, OpenLayers. Protocol.HTTP
 handleKeyEvent, OpenLayers. handler. Keyboard
 handleKeypress, OpenLayers. Control. ModifyFeature
 handleRead
 handleRemove, OpenLayers. Strategy. Filter
 handleResponse
 handleUpdate, OpenLayers. Protocol.HTTP
 hasAttributeNS, OpenLayers. Format.XML
 hasClass, OpenLayers. Element
 HEAD, OpenLayers. Request
 hide
 highlight, OpenLayers. Control. SelectFeature
 hoverSelect, OpenLayers. Control. GetFeature
handle: function(evt)
handleAdd: function(event)
handleBrowserEvent: function (evt)
Basically just a wrapper to the triggerEvent() function, but takes care to set a property ‘xy’ on the event with the current mouse position.
handleChangeLayer: function(evt)
Event handler for the map’s changelayer event.
handleCommit: function(response,
options)
Called when the commit request returns.
handleCreate: function(resp,
options)
Called the the request issued by create is complete.
handleDelete: function(resp,
options)
Called the the request issued by delete is complete.
handleKeyEvent: function (evt)
handleKeypress: function(evt)
Called by the feature handler on keypress.
handleRead: function(resp,
options)
Individual callbacks are created for read, create and update, should a subclass need to override each one separately.
handleRead: function(response,
options)
Deal with response from the read request.
handleRead: function(response,
options)
Deal with response from the read request.
handleRemove: function(event)
handleResponse: function(xy,
request)
Handler for the GetFeatureInfo response.
handleResponse: function(xy,
request,
layer)
Handler for the GetFeatureInfo response.
handleResponse: function(resp,
options)
Called by CRUD specific handlers.
handleUpdate: function(resp,
options)
Called the the request issued by update is complete.
hasAttributeNS: function(node,
uri,
name)
Determine whether a node has a particular attribute matching the given name and namespace.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
HEAD: function(config)
Send an HTTP HEAD request.
hide: function()
Hide element(s) passed in
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
highlight: function(feature)
Redraw feature with the select style.
hoverSelect: function(feature)
Sets/unsets the hoverFeature
Close