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
O
 observeItems, OpenLayers.Control.FeaturePopups.Popup
 observeShowPopup, OpenLayers.Control.FeaturePopups.Popup
 onAddlayer, OpenLayers.Control.FeaturePopups
 onBeforefeaturesremoved, OpenLayers.Control.FeaturePopups.Layer
 onChangelayer, OpenLayers.Control.FeaturePopups
 onCloseBoxMethod, OpenLayers.Control.FeaturePopups.Popup
 onFeaturehighlighted, OpenLayers.Control.FeaturePopups
 onFeaturesadded, OpenLayers.Control.FeaturePopups.Layer
 onFeatureselected, OpenLayers.Control.FeaturePopups.Layer
 onFeaturesremoved, OpenLayers.Control.FeaturePopups.Layer
 onFeatureunhighlighted, OpenLayers.Control.FeaturePopups
 onFeatureunselected, OpenLayers.Control.FeaturePopups.Layer
 onRemovelayer, OpenLayers.Control.FeaturePopups
 onSelectBox, OpenLayers.Control.FeaturePopups
 OpenLayers.Control.FeaturePopups
 OpenLayers.Control.FeaturePopups.Layer
 OpenLayers.Control.FeaturePopups.Popup
P
 panMapIfOutOfView, OpenLayers.Control.FeaturePopups.Popup
 popup, OpenLayers.Control.FeaturePopups.Popup
 Popup, OpenLayers.Control.FeaturePopups.Popup.OpenLayers.Control.FeaturePopups
 popupClass, OpenLayers.Control.FeaturePopups.Popup
 popupHoverListOptions, OpenLayers.Control.FeaturePopups
 popupHoverOptions, OpenLayers.Control.FeaturePopups
 popupListItemOptions, OpenLayers.Control.FeaturePopups
 popupListOptions, OpenLayers.Control.FeaturePopups
 popupObjs, OpenLayers.Control.FeaturePopups
 popupSingleOptions, OpenLayers.Control.FeaturePopups
 popupType, OpenLayers.Control.FeaturePopups.Popup
 prepareTemplate, OpenLayers.Control.FeaturePopups.Layer
 Properties
R
 refreshDelay, OpenLayers.Control.FeaturePopups.Layer
 refreshFeatures, OpenLayers.Control.FeaturePopups.Layer
 refreshLayers, OpenLayers.Control.FeaturePopups
 refreshSelection, OpenLayers.Control.FeaturePopups.Layer
 regExpAttributes, OpenLayers.Control.FeaturePopups.Layer
 regExpI18n, OpenLayers.Control.FeaturePopups.Layer
 regExpShow, OpenLayers.Control.FeaturePopups.Layer
 relatedSimultaneous, OpenLayers.Control.FeaturePopups.Popup
 relatedToClear, OpenLayers.Control.FeaturePopups.Popup
 removeChildren, OpenLayers.Control.FeaturePopups.Popup
 removeLayer, OpenLayers.Control.FeaturePopups
 removeSelectionByIds
 renderTemplate, OpenLayers.Control.FeaturePopups.Layer
S
 SAFE_SELECTION, OpenLayers.Control.FeaturePopups
 safeSelection, OpenLayers.Control.FeaturePopups.Layer
 selectingSet, OpenLayers.Control.FeaturePopups
 selection, OpenLayers.Control.FeaturePopups.Layer
 selectionHash, OpenLayers.Control.FeaturePopups.Layer
 selectionObject, OpenLayers.Control.FeaturePopups.Layer
 selectOptions, OpenLayers.Control.FeaturePopups
 setMap, OpenLayers.Control.FeaturePopups
 setSelectionByIds
 showListItem, OpenLayers.Control.FeaturePopups.Popup
 showPopup, OpenLayers.Control.FeaturePopups.Popup
 showSingleFeatureById
 silentSelection, OpenLayers.Control.FeaturePopups.Layer
 staticSelectionHash, OpenLayers.Control.FeaturePopups.Layer
 storeAsSelected, OpenLayers.Control.FeaturePopups.Layer
T
 templates, OpenLayers.Control.FeaturePopups.Layer
 type, OpenLayers.Control.FeaturePopups.Popup
U
 UNSELECT_ON_CLOSE, OpenLayers.Control.FeaturePopups
 unselectingAll, OpenLayers.Control.FeaturePopups
 unselectOnClose, OpenLayers.Control.FeaturePopups.Popup
 updatingSelection, OpenLayers.Control.FeaturePopups.Layer
{Boolean} If true, will be activated observers of the DOMElement of the popup to trigger some events (mostly in list popups).
observeShowPopup: function(div)
Internal use only.
onAddlayer: function(evt)
Listens only if the control it is active, internal use only.
onBeforefeaturesremoved: function(evt)
Called before some features are removed, only used when mode contains OpenLayers.Control.FeaturePopups.SAFE_SELECTION.
onChangelayer: function(evt)
Internal use only.
{Function|null} When the popup is created with closeBox argument to true, this property stores the method that implement any measures to close the popup, otherwise is null.
onFeaturehighlighted: function(evt)
Internal use only.
onFeaturesadded: function(evt)
Called when some features are added, only used when value of mode conbtains OpenLayers.Control.FeaturePopups.SAFE_SELECTION.
onFeatureselected: function(evt)
onFeaturesremoved: function(evt)
Called when some features are removed, only used when mode = OpenLayers.Control.FeaturePopups.CLOSE_ON_REMOVE
onFeatureunhighlighted: function(evt)
onFeatureunselected: function(evt)
Called when the select feature control unselects a feature.
onRemovelayer: function(evt)
Internal use only.
onSelectBox: function(position)
Callback from the handlerBox set up when selectBox is true.
The FeaturePopups control selects vector features from a given layers on click and hover and can show the feature attributes in a popups.
{Boolean} When drawn, pan map such that the entire popup is visible in the current viewport (if necessary).
{Boolean|<OpenLayers.Popup>} True or instance of OpenLayers.Popup when popup is showing.
This class is a handler that is responsible for displaying and clear the one kind of popups managed by a OpenLayers.Control.FeaturePopups.
{String|<OpenLayers.Popup>|Function} Type of popup to manage.
{Object} Options used to create a popup manager for highlight on hover a cluster.
{Object} Options used to create a popup manager to highlight on hover.
{Object} Options used to create the popup manager for show a single item into a multiple selection.
{Object} Options used to create a popup manager for multiple selections.
{Object} Internal use only.
{Object} Options used to create a popup manager for single selections.
{String} Code of type of popup to manage: “div”, “OL” or “custom”
prepareTemplate: function(template)
When the template is a string returns a prepared template, otherwise returns it as is.
{Number} Number of accepted milliseconds of waiting between removing and re-add features (useful when using strategies such as BBOX), after this time has expired is forced a popup refresh.
refreshFeatures: function()
refreshLayers: function(useCursorLocation)
refreshSelection: function()
{RegEx} Used to omit the name “attributes” as ${.myPropertyName} instead of ${attributes.myPropertyName} to show data on a popup using templates.
{RegEx} Used to internationalize templates.
{RegEx} Used to activate events in the html elements to show individual popup.
{Object} Object with two keys: “axis” key is the axis on which to display the two popups (valid values are “h” or “v”) and “related” key is a code of FeaturePopups.popupObjs from control to show simultaneously without much overlap.
Array({String}) Related FeaturePopups.popupObjs codes from control to clear.
removeChildren: function(div)
Internal use only.
removeLayer: function(layer)
removeSelectionByIds: function(layerId,
featureIds,
silent)
removeSelectionByIds: function(featureIds,
silent)
var renderTemplate = function(template,
context,
extendedContext)
Given a string with tokens in the form ${token}, return a string with tokens replaced with properties from the given context object.
{Integer} Used in mode indicates that the features will remain selected even have been removed from the layer.
{Boolean} Read only, true if the control costructor argument in the FeaturePopups.mode have set OpenLayers.Control.FeaturePopups.SAFE_SELECTION.
{Boolean} The control set to true this property while being selected a set of features to can ignore individual selection, internal use only.
{Object} Used if safeSelection is true.
{String} String unique for the single features of the selected features of the layer regardless of the order or clustering of these, is based on its id or fid (if it exists)
{Object} Used to store calculations associated with current selection.
{Object|null} Used to set non-default properties on SelectFeature control dedicated to select features.
setMap: function(map)
Set the map property for the control.
setSelectionByIds: function(layerId,
featureIds,
silent)
setSelectionByIds: function(featureIds,
silent)
showListItem: function(evt)
Internal use only.
showPopup: function(selection,
lonLat,
html,
panMap)
Shows the popup if it has changed, and clears it previously
showSingleFeatureById: function(layerId,
featureId)
showSingleFeatureById: function(featureId)
See featureContext at FeaturePopups.addLayer to know how to use “id” or “fid” of features.
{Boolean} Suppress “selectionchanged” event triggering during a selection process, internal use only.
{String} String unique for the single features of the static selected featuresof the layer regardless of the order or clustering of these, is based on its id or fid (if it exists)
storeAsSelected: function(feature)
{Object} Set of templates, see FeaturePopups.addLayer
{String} Type of popup manager, read only.
{Integer} Used in mode indicates to unselect all features when a popup is closed.
{Boolean} The control set to true this property while being unselected all features to can ignore individual unselection, internal use only.
{Boolean} If true, closing a popup all features are unselected on control.controls.select.
{Boolean} The control set to true this property while being refreshed selection on a set of features to can ignore others acctions, internal use only.
Close