Interface | Description |
---|---|
AddAttachmentHandler | |
AddressToLocationsHandler |
Fires when Locator.addressToLocation() has completed.
|
ApplyEditsHandler | |
AreasAndLengthsHandler |
Fires when the areasAndLengths operation is complete
|
AttributeChangeHandler |
Handler for field value changes.
|
AutoCompleteHandler |
Fires when the autoComplete operation is complete.
|
BasemapAddHandler | |
BasemapLoadHandler | |
BasemapRemoveHandler | |
BasemapSelectionHandler | |
BeforeApplyEditsHandler | |
BufferHandler |
Fires when the buffer operation is complete.
|
CapabilitiesChangeHandler | |
CheckJobStatusHandler |
Fires when a job status update is available.
|
ClearSelectionHandler | |
ClickHandler | |
ClosestFacilitySolveCompleteHandler |
The function to call when the method has completed.
|
ConvexHullHandler |
Fires when the convexHull operation is complete
|
CutHandler |
Fires when the cut operation is complete.
|
DblClickHandler | |
DeleteAttachmentsHandler | |
DeleteFeatureHandler | |
DifferenceHandler |
Fires when the difference operation is complete.
|
DijitLoadHandler |
Since the dijit class are composites that do not initialize till the DOM is created
(this is due to the fact that a attached DOM element is required by the constructor)
this event handler let's you know when everything is preped and ready to go.
|
DistanceHandler |
Fires when the difference operation is complete.
|
DrawEndHandler |
Fires when drawing is complete.
|
ErrorHandler | |
ExtentHistoryChangeHandler |
Fires when the extent history changes.
|
FindTaskCompleteHandler |
Fires when the find operation is complete.
|
GdbVersionChangeHandler | |
GeneralizeHandler |
Fires when the generalize operation is complete.
|
GenerateRendererHandler |
Fired when the classification operation is complete.
|
GeoprocessorExecuteHandler |
Fires when a synchronous GP task is completed.
|
GeoprocessorJobHandler |
Fires when an asynchronous GP task using submitJob is complete.
|
GetResultDataHandler |
Fires when the result of an asynchronous GP task execution is available.
|
GetResultImageHandler |
Fires when a map image is generated by invoking the getResultImage() method.
|
GetResultImageLayerHandler |
Fires when getResultImageLayer() has completed.
|
GraphicsLayerGaphicsClearHandler | |
GraphicsLayerGraphicAddHandler | |
GraphicsLayerGraphicRemoveHandler | |
HideHandler | |
IdentifyHandler |
Fires when the identify operation is complete.
|
ImageServiceIdentifyTaskCompleteHandler | |
IntersectHandler |
Fires when the intersect operation is complete.
|
LabelPointsHandler |
Fires when the labelPoints operation is complete.
|
LayerErrorHandler | Deprecated |
LayerLoadHandler | |
LengthsHandler |
Fires when the lengths operation is complete.
|
LocationToAddressHandler |
Fires when Locator.locationToAddress() has completed.
|
MapExtentChangeHandler |
Fires when the extent of the map has changed.
|
MapImageExportHandler | |
MapKeyDownHandler |
Fires when a keyboard key is pressed.
|
MapKeyUpHandler |
Fires when a keyboard key is released.
|
MapLayerAddHandler | |
MapLayerAddResultHandler |
Fires after specified layer has been added to the map.
|
MapLayerRemoveHandler | |
MapLayerReorderHandler | |
MapLayersAddResultHandler |
Fires after all layers are added to the map.
|
MapLayersRemovedHandler | |
MapLayersReorderedHandler | |
MapLoadHandler | |
MapMouseDragEndHandler | |
MapMouseDragHandler | |
MapMouseDragStartHandler | |
MapPanEndHandler | |
MapPanHandler | |
MapPanStartHandler | |
MapRepositionHandler | |
MapResizeHandler | |
MapUnloadHandler |
Fires when the page is refreshed.
|
MapZoomEndHandler |
Fires when the zoom is complete.
|
MapZoomHandler |
Fires during the zoom process.
|
MapZoomStartHandler |
Fires when a user commences zooming.
|
MouseDownHandler | |
MouseDragHandler | |
MouseMoveHandler | |
MouseOutHandler | |
MouseOverHandler | |
MouseUpHandler | |
MouseWheelHandler | |
NextFeatureHandler | |
OffsetHandler |
Fires when the offset operation is complete.
|
OpacityChangeHandler | |
PortalGroupMembersHandler | |
PortalQueryGroupsHandler | |
PortalQueryItemsHandler | |
PrintTaskHandler | |
ProjectHandler |
Fires when the project operation is complete.
|
QueryAttachmentInfosHandler | |
QueryCountHandler | |
QueryFeaturesHandler | |
QueryIdsHandler | |
QueryRelatedFeaturesHandler | |
QueryTaskCompleteHandler |
Fires when the query operation is complete.
|
QueryTaskCountHandler |
Fires when the query for the count is complete.
|
QueryTaskIdsHandler |
Fires when the query on IDs is complete.
|
QueryTaskRelationshipHandler |
Fires when the executeRelationshipQuery is complete
|
RedirectionHandler | |
RedoHandler | |
RefreshHandler |
Fired after refresh.
|
RelationHandler |
Fires when the relation operation is complete
|
ReshapeHandler |
Fires when the reshape operation is complete.
|
RouteSolveHandler |
Fires when RouteTask.solve() has completed.
|
SelectFeaturesHandler | |
SelectionChangeHandler | |
ServiceAreaSolveHandler |
Fired when the ServiceAreaTask solve is complete.
|
ShowHandler | |
SimplifyHandler |
Fires when the simplify operation is complete.
|
SolveHandler |
Fires when RouteTask.solve() has completed.
|
TimeExtentChangeHandler | |
TokenChangeHandler | |
ToolbarActivateHandler |
Activates the toolbar for editing geomtries.
|
ToolbarDeactivateHandler |
Deactivates the toolbar and reactivates map navigation.
|
ToolbarGraphicClickHandler |
Fires when a graphic is clicked.
|
ToolbarGraphicFirstMoveHandler |
Fires when the user begins to move a graphic.
|
ToolbarGraphicMoveHandler |
Fired as the graphic moves.
|
ToolbarGraphicMoveStartHandler |
Fired when the mouse button is pressed down on the graphic, usually while moving a graphic.
|
ToolbarGraphicMoveStopHandler |
Fired when the mouse button is released, usually after moving the graphic.
|
ToolbarRotateFirstMoveHandler |
Fires when the user begins to drag a handle to rotate the graphic.
|
ToolbarRotateHandler |
Fires as a graphic is rotated.
|
ToolbarRotateStartHandler |
Fires when a user clicks on the handle to begin rotating a graphic
|
ToolbarRotateStopHandler |
Fires when the mouse button is released from the rotate handle to finish rotating the graphic.
|
ToolbarScaleFirstMoveHandler |
Fires when the user begins to drag a handle to scale the graphic.
|
ToolbarScaleHandler |
Fires as the graphic is being scaled.
|
ToolbarScaleStartHandler |
Fires when a user clicks on the handle to scale or resize a graphic.
|
ToolbarScaleStopHandler |
Fires when the mouse button is released from the scale handle to finish scaling the graphic.
|
ToolbarVertexAddHandler |
Fired after a new vertex is added to a polyline or polygon or a new point is added to a multipoint.
|
ToolbarVertexClickHandler |
Fired when the mouse button is clicked on the vertex of a polyline or polygon or a point in a multipoint.
|
ToolbarVertexDeleteHandler |
Fired after a vertex(polyline, polygon) or point(multipoint) is deleted.
|
ToolbarVertexFirstMoveHandler |
Fired when the user begins to move the vertex of a polyline or polygon or a point of a multipoint.
|
ToolbarVertexMouseOutHandler |
Fires as the mouse exits a vertex(polyline, polygon) or a point(multipoint).
|
ToolbarVertexMouseOverHandler |
Fired when the mouse moves over a vertex (polyline, polygon) or point (multipoint).
|
ToolbarVertexMoveEndHandler |
Fired when the mouse button is released from a vertex (polyline, polygon) or point(multipoint).
|
ToolbarVertexMoveHandler |
Fired continuously as the user is moving a vertex (polyline, polygon) or point (multipoint).
|
ToolbarVertexMoveStartHandler |
Fired when the mouse button is pressed down on a vertex (polyline, polygon) or point (multipoint).
|
TrimExtendHandler |
Fires when the trimExtend operation is complete.
|
UndoHandler | |
UndoManagerAddHandler | |
UndoManagerChangeHandler | |
UndoManagerRedoHandler | |
UndoManagerUndoHandler | |
UnionHandler |
Fires when the union operation is complete.
|
UpdateEndHandler |
Fires when a layer has finished updating its content.
|
UpdateHandler | |
UpdateStartHandler |
Fires when a layer begins to update its content.
|
VEAddressToLocationsHandler |
Fires when VEGeocode.addressToLocation() has completed.
|
VisibilityChangeHandler |
Class | Description |
---|---|
AreasAndLengthsHandler.AreasAndLengths | |
KeyEvent |
ESRI's key event object
|
LengthsHandler.Lengths | |
MapLayersAddResultHandler.Result | |
MouseEvent |
ESRI API's MouseEvent Object.
|
QueryTaskRelationshipHandler.RelatedFeatureSets | |
RelationHandler.Relationship | |
RouteSolveHandler.SolveResult | |
SolveHandler.SolveResult |