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.Control
 Handler, OpenLayers.Handler.OpenLayers
 handleRead
 handleRemove, OpenLayers.Strategy.Filter
 handleResponse
 handlers, OpenLayers.Control.OverviewMap
 handleSingle, OpenLayers.Handler.Click
 handleUpdate, OpenLayers.Protocol.HTTP
 hasChildren, Jx.Adaptor.Tree
 hasClass, OpenLayers.Element
 hasExpandable, Jx.Columns
 hasParent, Jx.Adaptor.Tree
 hasSelection, Fusion.Widget.Map
 headers, OpenLayers.Protocol.HTTP
 headerState, Jx.Plugin.DataView.GroupFolder
 heapify, Jx.Sort.Heapsort
 height
 heights, Jx.Row
 hide
 hitOverflow, OpenLayers.Renderer.Canvas
 hooks, Jx.Grid
 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)
{OpenLayers.Handler} null
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.
{Object}
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.
boolean indicates whether any of the columns are expandable or not, which affects some calculations for column widths
Virtual method to be overridden by sublcasses.
hasSelection: function()
cehck to see if any of the maps have an active selection
{Object} HTTP request headers, read-only, set through the options passed to the constructor, Example: {‘Content-Type’: ‘plain/text’}
Hash that holds the open/closed state of each header
heapify : function (count)
Puts the data in Max-heap order
{Integer} the height of the container, cached for speed
{Float}
This will hold the calculated height of each row in the grid.
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.
{Number} The method for converting feature identifiers to color values supports 16777215 sequential values.
a {Hash} of event names for tracking which events have actually been attached to the grid.
horizontalResize: function()
Resize a horizontally layed-out container
Construct a hover handler.
A class for giving layers generic HTTP protocol.
Close