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
A
 activate
 active, OpenLayers.Control.FeaturePopups.Layer
 addLayer, OpenLayers.Control.FeaturePopups
 addLayers, OpenLayers.Control.FeaturePopups
 addLayerToControl, OpenLayers.Control.FeaturePopups
 addSelectionByIds
 anchor, OpenLayers.Control.FeaturePopups.Popup
 applyDeselection, OpenLayers.Control.FeaturePopups.Layer
 applySelection, OpenLayers.Control.FeaturePopups.Layer
 applyTemplate, OpenLayers.Control.FeaturePopups.Layer
 autoActivate, OpenLayers.Control.FeaturePopups
B
 boxSelectionOptions, OpenLayers.Control.FeaturePopups
C
 clear
 clearCustom, OpenLayers.Control.FeaturePopups.Popup
 clearPopup, OpenLayers.Control.FeaturePopups.Popup
 CLOSE_BOX, OpenLayers.Control.FeaturePopups
 CLOSE_ON_REMOVE, OpenLayers.Control.FeaturePopups
 CLOSE_ON_UNSELECT, OpenLayers.Control.FeaturePopups
 closeBox, OpenLayers.Control.FeaturePopups.Popup
 Constants
 Constructor
 control, OpenLayers.Control.FeaturePopups.Popup
 controls, OpenLayers.Control.FeaturePopups
 create, OpenLayers.Control.FeaturePopups.Popup
D
 deactivate
 DEFAULT, OpenLayers.Control.FeaturePopups
 delayedRefresh, OpenLayers.Control.FeaturePopups.Layer
 destroy
 draw, OpenLayers.Control.FeaturePopups
E
 EVENT_TYPES
 eventListeners
 events
F
 featureContext, OpenLayers.Control.FeaturePopups.Layer
 FeaturePopups, OpenLayers.Control.FeaturePopups.OpenLayers.Control
 featuresHash, OpenLayers.Control.FeaturePopups.Layer
 Functions
 Functions and Properties, OpenLayers.Control.FeaturePopups.Layer
G
 getFeatureId, OpenLayers.Control.FeaturePopups.Layer
 getLocationFromSelPixel, OpenLayers.Control.FeaturePopups
 getSelectionIds
 getSingleFeatures, OpenLayers.Control.FeaturePopups.Layer
 getSingleHtml, OpenLayers.Control.FeaturePopups.Layer
H
 highlightFeature, OpenLayers.Control.FeaturePopups.Layer
 hoverClusterTemplate, OpenLayers.Control.FeaturePopups
 hoverListeners, OpenLayers.Control.FeaturePopups
 hoverOptions, OpenLayers.Control.FeaturePopups
I
 isEmptyObject, OpenLayers.Control.FeaturePopups.Layer
L
 Layer, OpenLayers.Control.FeaturePopups.Layer.OpenLayers.Control.FeaturePopups
 layerListeners, OpenLayers.Control.FeaturePopups.Layer
 layerListTemplate, OpenLayers.Control.FeaturePopups
 layerObjs, OpenLayers.Control.FeaturePopups
 layers, OpenLayers.Control.FeaturePopups
 listContext, OpenLayers.Control.FeaturePopups.Layer
 listenFeatures, OpenLayers.Control.FeaturePopups.Layer
M
 maxSize, OpenLayers.Control.FeaturePopups.Popup
 minSize, OpenLayers.Control.FeaturePopups.Popup
 mode, OpenLayers.Control.FeaturePopups
 Modes, OpenLayers.Control.FeaturePopups
 moveListener, OpenLayers.Control.FeaturePopups.Popup
N
 NONE, OpenLayers.Control.FeaturePopups
activate: function()
Activates the control.
activate: function()
{Boolean} The object is active (read-only)
addLayer: function(layer,
options)
Add the layer to control and assigns it the templates, see options.
addLayers: function(layers)
addLayerToControl: function(layer,
options)
addSelectionByIds: function(layerId,
featureIds,
silent)
addSelectionByIds: function(featureIds,
silent)
{Object} Object to which we’ll anchor the popup.
applyDeselection: function(silent)
applySelection: function(silent)
{Object} The object contains an applicator of the template for each template name.
{Boolean} Activate the control when it is added to a map.
{Object|null} Used to set non-default properties on OpenLayers.Handler.Box dedicated to select features by a box.
clear: function()
Clear selecction and popups.
clear: function()
Clear selection stored if safeSelection is true.
clear: function()
Clear the popup and related popups.
{Function|null} stores while displaying a custom popup the function to clear the popup, this function is returned by the custom popup.
clearPopup: function()
Clear the popup if it is showing.
{Integer} Used in mode indicates to display a close box inside the popups.
{Integer} Used in mode indicates that the popups will close when removing features in a layer.
{Integer} Used in mode indicates that the popups will close when unselect the feature.
{Boolean} To display a close box inside the popup.
{OpenLayers.Control.FeaturePopups} The control that initialized this popup manager.
{Object} Internal use only.
create: function(lonLat,
html,
panMap)
Create the popup.
deactivate: function()
Deactivates the control.
deactivate: function()
{Integer} Used in mode indicates to activate default behaviors as SAFE_SELECTION | CLOSE_ON_UNSELECT | CLOSE_BOX | UNSELECT_ON_CLOSE.
{Number} Timeout id of forced refresh.
destroy: function()
destroy: function()
destroy: function()
draw: function()
This control does not have HTML component, so this method should be empty.
Only required to use OpenLayers.Control.FeaturePopups with 2.11 or less
Only required to use OpenLayers.Control.FeaturePopups with 2.11 or less
{Object} If set on options at construction, the eventListeners object will be registered with OpenLayers.Events.on.
{Object} If set on options at construction, the eventListeners object will be registered with OpenLayers.Events.on.
{OpenLayers.Events} Events instance for listeners and triggering specific events.
{OpenLayers.Events} Events instance for listeners and triggering specific events.
{Object} See FeaturePopups.addLayer
Create a new control that internally uses two OpenLayers.Control.SelectFeature one for selecting features, and another only to highlight them by hover (see selectOptions, and hoverOptions).
{String} String unique for the single features of the layer regardless of the order or clustering of these, is based on its id or fid (if it exists)
this.getFeatureId = function(feature)
Internal use!, see “featureContext” at FeaturePopups.addLayer to know how to use “id” or “fid” of features.
getLocationFromSelPixel: function(selControl,
feature)
Get selection location.
getSelectionIds: function(layer)
getSelectionIds: function()
getSingleFeatures: function(features)
getSingleHtml: function(feature)
highlightFeature: function(feature)
Internal use only.
Default is “Cluster with ${cluster.length} features<br>on layer \”${layer.name}\””
{Object} hoverListeners object will be registered with OpenLayers.Events.on on hover control, internal use only.
{Object|null} Used to set non-default properties on SelectFeature control dedicated to highlight features.
isEmptyObject: function(obj)
{Object} layerListeners object will be registered with OpenLayers.Events.on, internal use only.
Default is “h2>${layer.name} - ${count}</h2><ul>${html}</ul”
{Object} stores templates and others objects of this control’s layers, internal use only.
{Array(OpenLayers.Layer.Vector)} The layers this control will work on, internal use only.
{Object} See FeaturePopups.addLayer
{Boolean} internal use to optimize performance, true if eventListeners contains a “featureschanged” event.
{OpenLayers.Size} Maximum size allowed for the popup’s contents.
{OpenLayers.Size} Minimum size allowed for the popup’s contents.
To enable or disable the various behaviors of the control.
{Object} moveListener object will be registered with OpenLayers.Events.on, use only when followCursor is true.
{Integer} Used in mode indicates to not activate any particular behavior.
Close