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
A
 activate
 activateResources
 adaptColumnsToStore
 addAction
 addLayer, OpenLayers.Control.WMSLayerAdder
 addOwner
 addServer, OpenLayers.Control.WMSLayerAdder
 addWFSCSVExportButton
 afterFeatureModified, OpenLayers.Control.Split
B
 beforeFeaturesDeleted, OpenLayers.Control.EditFeature_Delete
 beforePrint
C
 callAction
 cancel, OpenLayers.Control.EditFeature
 changeFeatureType
 clearFilterBuilder
 clearSearch
 cloneFeature, OpenLayers.Control.EditFeature_Copy
 commit, OpenLayers.Control.EditFeature
 connectServer, OpenLayers.Control.WMSLayerAdder
 considerSplit, OpenLayers.Control.Split
 containsPoint, OpenLayers.Geometry.Polygon
 createAction
 createDefaultFilter
 createFilterBuilder
 createFilterItems
 currentWFSServiceAllowsCSVExport
D
 deactivate
 delegateToEditFeature
 DeleteFeature, OpenLayers.Control
 deleteFeatures
 destroy, OpenLayers.Control.Split
 doCheckfid, OpenLayers.Control.EditFeature_Create
 doCheckfidCallback, OpenLayers.Control.EditFeature_Create
E
 EditFeature_Create, OpenLayers.Control.EditFeature_Create.OpenLayers.Control
 EditFeature_Delete, OpenLayers.Control.EditFeature_Delete.OpenLayers.Control
 EditFeature_Split
 EditFeature_Update, OpenLayers.Control.EditFeature_Update.OpenLayers.Control
F
 formCallBack
G
 generatePDF, OpenLayers.Control.PDFPrint
 geomsToFeatures, OpenLayers.Control.Split
 getActiveOwner
 getActiveStore
 getFeatures
 getLayerEventListeners
 getLayers, OpenLayers.Control.WMSLayerAdder
 getResource
 getResourceByName
 getResourceNameByLayer
 getSelectControl, OpenLayers.Control.EditFeature
 getSelectedFeatures, OpenLayers.Control.EditFeature
H
 handleKeypress
 hideFeaturePanel
 hideWaitMessageBox
 highlightOnGeometry
I
 initComponent
 initContent
 initializeForm, OpenLayers.Control.PDFPrint
 isEligible, OpenLayers.Control.Split
 isValidFeature
L
 loadCapabilities, OpenLayers.Control.WMSLayerAdder
 loadCapabilitiesServers, OpenLayers.Control.WMSLayerAdder
 loadCapabilitiesWorkspace, OpenLayers.Control.WMSLayerAdder
 loadData
activate: function ()
Explicitly activates a control and it’s associated handlers if one has been set.
activateResources: function()
Called when this widget is used.
adaptColumnsToStore : function()
The method adapt the columns to the selected store
addAction : function(title,
url)
Add a new action to the bottom right of the FeatureGridResult
Add a new layer to openlayers and mapfishlayertree.
addOwner: function(owner)
Called right after this FeaturePanel has been added to an owner.
addServer : function(btn,
text)
Adds the server to the user’s list
addWFSCSVExportButton: function()
afterFeatureModified: function(event)
Registered as a listener for the afterfeaturemodified event on the editable layer.
beforeFeaturesDeleted: function (event)
Called when the user triggers the ‘beforefeaturesdeleted’ event, i.e.
beforePrint: function(printProvider,
map,
pages,
options)
Checks if there are unsuppored layers currently visible on map and ask the user what to do about them.
callAction : function (url)
Method called on click on a added action
cancel: function(feature)
Cancel modification on a feature (if it has any).
changeFeatureType : function(params)
This method destroy the current filterBuilder and create a new one
clearFilterBuilder: function()
This method destroy the current filterBuilder and create a new, clean one.
clearSearch: function()
This method clear the search textfield.
cloneFeature: function(feature)
Feature handler callback method.
commit: function (features)
Commit created/updated/deleted features using the layer’s protocol.
connectServer: function()
Connects to the supplied server
considerSplit: function(feature)
Decide whether or not to split target features with the supplied feature.
containsPoint: function(point)
Test if a point is inside a polygon.
This method show a new window and call the method in the options of the resource to fill the new window
createDefaultFilter: function()
May be overridden to change the default filter.
createFilterBuilder : function(selectedIndex)
This method create a new FilterBuilder
createFilterItems: function()
Creates a panel config containing filter parts.
currentWFSServiceAllowsCSVExport: function()
Check if the current selected resource has a WFS service which supports CSV export.
deactivate: function ()
Deactivates a control and it’s associated handlers if any.
delegateToEditFeature_Update: function(object)
Used to delegate the editing to the updateControl.
delegateToEditFeature_Update: function(object)
Used to delegate the editing to the updateControl.
Create a new delete feature control.
deleteFeatures: function (options)
Trigger “beforefeaturesdeleted” and “deletefeatures” events with layer selected features as features to delete.
deleteFeatures: function (event)
Called when the user triggers the ‘deletefeatures’ event, i.e.
destroy: function()
Clean up the control.
doCheckfid: function(showMessage)
Check if feature alreay exist before its creation.
doCheckfidCallback : function(response)
Ajax request result callback function that check the result and deactivate the create control is feature exist.
Create a new EditFeature_Create control.
Create a new EditFeature_Delete control.
Create a new EditFeature_Split control.
Create a new EditFeature_Split control.
Create a new EditFeature_Split control.
Create a new EditFeature_Update control.
formCallBack: function(object)
Called by the delegatecontext button.
generatePDF: function(button,
e)
Generate the PDF with the specified template
geomsToFeatures: function(feature,
geoms)
Create new features given a template feature and a list of geometries.
getActiveOwner: function()
Return the current activated owner (OpenLayers.Control).
getActiveStore: function()
getFeatures: function(response,
resource)
Retreive the features from the query response and add them to this.features.
getFeatures: function(response,
resource)
Retreive the features from the query response and add them to this.features.
getLayerEventListeners: function()
{Object} The events to add/remove listeners for this control
getLayerEventListeners: function()
{Object} The events to add/remove listeners for this control
getLayers: function(names)
Get the good layers and add the layers.
getResource: function(resourceName)
Returns the resource object of this widget having a given name.
getResourceByName: function(resourceName)
Returns the resource object inside this widget using its name.
getResourceByName: function(resourceName)
Returns the resource object inside this widget using its name.
getResourceNameByLayer: function(szLayer,
szServiceType)
Returns the resource name of a layer given a service type.
getResourceNameByLayer: function(szLayer,
szServiceType)
Returns the resource name of a layer given a service type.
getSelectControl: function()
Returns the SelectFeature control used by this control depending on this.snappingcontrol.
getSelectedFeatures: function()
Returns current selected features.
handleKeypress: function(evt)
Called by the feature handler on keypress.
handleKeypress: function(evt)
Called by the keyboard handler when a key is pressed.
hideFeaturePanel: function()
Called by an owner.
hideWaitMessageBox: function()
Hides the “wait message” Ext.Window.
hideWaitMessageBox: function()
Hides the “wait message” Ext.Window.
highlightOnGeometry: function(feature)
Highlights the given geometry
initComponent: function()
Call by Ext on initialize of the Component
initContent : function(map,
options)
Create default controls for the map and associate each one of them to a GeoExtAction.
initializeForm: function(template,
node)
Initialize the form with the corresponding fields
isEligible: function(target)
Test if a target feature is eligible for splitting.
isValidFeature: function(feature)
A feature is valid if :
loadCapabilities : function()
Load the personal servers and other layers of the current user
loadCapabilitiesServers : function(request)
Insert the capabilities in the server list
loadCapabilitiesWorkspace : function(request)
Insert the layers in the list
loadData : function()
Called after the ComboBox has been rendered.
Close