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
 handleClick, Jx.Slide
 handleCommit, OpenLayers.Protocol.WFS.v1
 handleCreate, OpenLayers.Protocol.HTTP
 handleDelete, OpenLayers.Protocol.HTTP
 handleDouble, OpenLayers.Handler.Click
 handleMapEvents, OpenLayers.Handler.Feature
 Handler, OpenLayers.Handler.OpenLayers
 handleRead
 handleRemove, OpenLayers.Strategy.Filter
 handleResponse
 handleSingle, OpenLayers.Handler.Click
 handleUpdate, OpenLayers.Protocol.HTTP
 hasChildren, Jx.Adaptor.Tree
 hasClass, OpenLayers.Element
 hasParent, Jx.Adaptor.Tree
 hasSelection, Fusion.Widget.Map
 heapify, Jx.Sort.Heapsort
 hide
 horizontalResize, Jx.Splitter
 Hover, OpenLayers.Handler.Hover.OpenLayers.Handler
 HTTP, OpenLayers.Protocol.HTTP.OpenLayers.Protocol
 HTTPRequest, OpenLayers.Layer.HTTPRequest.OpenLayers.Layer
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.
handleClick: function ()
event handler for clicks on the trigger.
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.
handleDouble: function(evt)
Handle double-click sequence.
handleMapEvents: function(evt)
Construct a handler.
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.
handleRemove: function(event)
handleResponse: function (response)
Called as an event handler for a returning request.
handleResponse: function(resp,
options)
Called by CRUD specific handlers.
handleSingle: function(evt)
Handle single click sequence.
handleUpdate: function(resp,
options)
Called the the request issued by update is complete.
Virtual method to be overridden by sublcasses.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
Virtual method to be overridden by sublcasses.
hasSelection: function()
cehck to see if any of the maps have an active selection
heapify : function (count)
Puts the data in Max-heap order
hide : function()
Hides the notification bar
hide : function()
hide the dialog, external code should use the Jx.Dialog::close method to hide the dialog.
hide: function()
Hide the menu item.
Hide the menu item.
hide: function()
Hide the sub menu
hide: function()
Makes the popup invisible.
horizontalResize: function()
Resize a horizontally layed-out container
Construct a hover handler.
A class for giving layers generic HTTP protocol.
Close