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
 handleBrowserEvent, OpenLayers. Events
 handleCreate, OpenLayers. Protocol.HTTP
 handleDelete, OpenLayers. Protocol.HTTP
 Handler, OpenLayers. Handler. OpenLayers
 handleRead, OpenLayers. Protocol.HTTP
 handleResponse, OpenLayers. Protocol.HTTP
 handleUpdate, OpenLayers. Protocol.HTTP
 hasClass, OpenLayers. Element
 hasSelection, Fusion. Widget.Map
 hide
 hideChrome, Jx. Chrome
 horizontalResize, Jx. Splitter
 Hover, OpenLayers. Handler. Hover. OpenLayers. Handler
 HTTP, OpenLayers. Protocol. HTTP. OpenLayers. Protocol
 HTTPRequest, OpenLayers. Layer. HTTPRequest. OpenLayers. Layer
handle: function(evt)
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.
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.
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.
handleResponse: function(resp,
options)
Called by CRUD specific handlers.
handleUpdate: function(resp,
options)
Called the the request issued by update is complete.
hasClass: function(element,
name)
Tests if an element has the given CSS class name.
hasSelection: function()
cehck to see if any of the maps have an active selection
hide: function()
hide the color panel
hide: function()
Closes the flyout if open
hide : function()
hide the dialog, external code should use the Jx.Dialog::close method to hide the dialog.
hide: function(e)
Hide the menu.
hide: function()
Hide the menu item.
Hide the menu item.
hide: function()
Hide the sub menu
hide: function()
Makes the popup invisible.
hide: function()
Hide the tile.
hide: function()
Hide the tile by hiding its frame.
hideChrome: function()
removes the chrome from the DOM.
horizontalResize: function()
Resize a horizontally layed-out container
Construct a hover handler.
A class for giving layers generic HTTP protocol.