Class Index | File Index

Classes


Class adf.EditingPolyline


Extends adf.EditingPoly.

Defined in: EditTask.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
adf.EditingPolyline(id, toolName, action, estate)
Creates a new toolitem to create a polyline shape
Field Summary
Field Attributes Field Name and Description
 
The associated action of the ToolItem
 
's ToolItem Collection this toolitem belongs to
 
id
The id of the ToolItem
 
The name of the ToolItem
Fields borrowed from class adf.EditingToolItem:
isCol, taskId
Fields borrowed from class adf.MapToolItem:
blockMapPan, blockMapZoom, control
Fields borrowed from class adf.ToolItem:
clientPostBack, defaultImage, defaultStyle, disabledImage, disabledStyle, element, hoverImage, hoverStyle, isActive, isCommand, isDisabled, isMarker, selectedImage, selectedStyle, showLoading, toolTip
Methods borrowed from class adf.EditingPoly:
continuousAction, postAction, update
Methods borrowed from class adf.EditingToolItem:
activate, updateSnapping
Methods borrowed from class adf.MapToolItem:
deactivate
Class Detail
adf.EditingPolyline(id, toolName, action, estate)
Creates a new toolitem to create a polyline shape
Parameters:
{String} id
the id of the tool
{String} toolName
the name of the tool
{adf.Action} action
the adf.EditingDrawAction bound to this tool
{adf.EditingState} estate
adf.EditingState's ToolItem Collection this toolitem belongs to, optional can be null when provided, This allows the ToolItem's state to be preserved during map operations
Field Detail
{String} action
The associated action of the ToolItem
Default Value:
adf.EditingDrawPolyShapeAction(false)

{Boolean} editingState
's ToolItem Collection this toolitem belongs to

{String} id
The id of the ToolItem

{String} name
The name of the ToolItem

Documentation generated by JsDoc Toolkit 2.1.0 on Mon May 17 2010 13:45:42 GMT-0700 (PDT)