打印版式

Class Ext.dd.DragSource

Package:Ext.dd
Class:DragSource
Extends:DDProxy
Subclasses:DragZone
Defined In:DragSource.js
A simple class that provides the basic implementation needed to make any element draggable.

属性   -  方法   -  事件   -  设置选项

公共属性

属性 定义对象
  available : boolean DragDrop
The availabe property is false until the linked dom element is accessible.
  centerFrame : boolean DDProxy
By default the frame is positioned exactly where the drag element is, so we use the cursor offset provided by Ext.dd....
  config : object DragDrop
Configuration attributes passed into the constructor
  groups : string: DragDrop
The group defines a logical collection of DragDrop objects that are related. Instances only get events when interact...
  hasOuterHandles : boolean DragDrop
By default, drags can only be initiated if the mousedown occurs in the region the linked element is. This is done in...
  id : String DragDrop
The id of the element associated with this object. This is what we refer to as the "linked element" because the size...
  invalidHandleClasses : string[] DragDrop
An indexted array of css class names for elements that will be ignored if clicked.
  invalidHandleIds : string: DragDrop
An associative array of ids for elements that will be ignored if clicked
  invalidHandleTypes : string: DragDrop
An associative array of HTML tags that will be ignored if clicked.
  maintainOffset : boolean DragDrop
Maintain offsets when we resetconstraints. Set to true when you want the position of the element relative to its par...
  onStartDrag : Object DragSource
An empty function by default, but provided so that you can perform a custom action once the initial drag event has be...
  primaryButtonOnly : boolean DragDrop
By default the drag and drop instance will only respond to the primary button click (left button for a right-handed m...
  resizeFrame : boolean DDProxy
By default we resize the drag frame to be the same size as the element we want to drag (this is to get the frame effe...
  scroll : boolean DD
When set to true, the utility automatically tries to scroll the browser window wehn a drag and drop element is dragge...
  xTicks : int[] DragDrop
Array of pixel locations the element will snap to if we specified a horizontal graduation/interval. This array is ge...
  yTicks : int[] DragDrop
Array of pixel locations the element will snap to if we specified a vertical graduation/interval. This array is gene...

公共方法

方法 定义对象
  DragSource(String/HTMLElement/Element el, Object config) DragSource
  addInvalidHandleClass(string cssClass) : void DragDrop
Lets you specify a css class of elements that will not initiate a drag
  addInvalidHandleId(string id) : void DragDrop
Lets you to specify an element id for a child of a drag handle that should not initiate a drag
  addInvalidHandleType(string tagName) : void DragDrop
Allows you to specify a tag name that should not start a drag operation when clicked. This is designed to facilitate...
  addToGroup(sGroup {string}) : void DragDrop
Add this instance to a group of related drag/drop objects. All instances belong to at least one group, and can belon...
  afterDragDrop(Ext.dd.DragDrop target, Event e, String id) : void DragSource
An empty function by default, but provided so that you can perform a custom action after a valid drag drop has occurr...
  afterDragEnter(Ext.dd.DragDrop target, Event e, String id) : void DragSource
An empty function by default, but provided so that you can perform a custom action when the dragged item enters the d...
  afterDragOut(Ext.dd.DragDrop target, Event e, String id) : void DragSource
An empty function by default, but provided so that you can perform a custom action after the dragged item is dragged ...
  afterDragOver(Ext.dd.DragDrop target, Event e, String id) : void DragSource
An empty function by default, but provided so that you can perform a custom action while the dragged item is over the...
  afterInvalidDrop(Event e, String id) : void DragSource
An empty function by default, but provided so that you can perform a custom action after an invalid drop has occurred...
  alignElWithMouse(HTMLElement el, int iPageX, int iPageY) : void DD
Sets the element to the location of the mousedown or click event, maintaining the cursor location relative to the loc...
  applyConfig() : void DragDrop
Applies the configuration parameters that were passed into the constructor. This is supposed to happen at each level ...
  autoOffset(int iPageX, int iPageY) : void DD
Sets the pointer offset to the distance between the linked element's top left corner and the location the element was...
  beforeDragDrop(Ext.dd.DragDrop target, Event e, String id) : Boolean DragSource
An empty function by default, but provided so that you can perform a custom action before the dragged item is dropped...
  beforeDragEnter(Ext.dd.DragDrop target, Event e, String id) : Boolean DragSource
An empty function by default, but provided so that you can perform a custom action before the dragged item enters the...
  beforeDragOut(Ext.dd.DragDrop target, Event e, String id) : Boolean DragSource
An empty function by default, but provided so that you can perform a custom action before the dragged item is dragged...
  beforeDragOver(Ext.dd.DragDrop target, Event e, String id) : Boolean DragSource
An empty function by default, but provided so that you can perform a custom action while the dragged item is over the...
  beforeInvalidDrop(Ext.dd.DragDrop target, Event e, String id) : Boolean DragSource
An empty function by default, but provided so that you can perform a custom action after an invalid drop has occurred.
  cachePosition(iPageX the, iPageY the) : void DD
Saves the most recent position so that we can reset the constraints and tick marks on-demand. We need to know this s...
  clearConstraints() : void DragDrop
Clears any constraints applied to this instance. Also clears ticks since they can't exist independent of a constrain...
  clearTicks() : void DragDrop
Clears any tick interval defined for this instance
  createFrame() : void DDProxy
Creates the proxy element if it does not yet exist
  endDrag(Event e) : void DragDrop
Fired when we are done dragging the object
  getDragData() : Object DragSource
Returns the data object associated with this drag source
  getDragEl() : HTMLElement DragDrop
Returns a reference to the actual element to drag. By default this is the same as the html element, but it can be as...
  getEl() : HTMLElement DragDrop
Returns a reference to the linked element
  getProxy() : Ext.dd.StatusProxy DragSource
Returns the drag source's underlying Ext.dd.StatusProxy
  hideProxy() : void DragSource
Hides the drag source's Ext.dd.StatusProxy
  init(id the, String sGroup, object config) : void DragDrop
Sets up the DragDrop object. Must be called in the constructor of any Ext.dd.DragDrop subclass
  initFrame() : void DDProxy
Initialization for the drag frame element. Must be called in the constructor of all subclasses
  initTarget(id the, String sGroup, object config) : void DragDrop
Initializes Targeting functionality only... the object does not get a mousedown handler.
  isLocked() : boolean DragDrop
Returns true if this instance is locked, or the drag drop mgr is locked (meaning that all drag/drop is disabled on th...
  isTarget() : void DragDrop
By default, all insances can be a drop target. This can be disabled by setting isTarget to false.
  isValidHandleChild(HTMLElement node) : boolean DragDrop
Checks the tag exclusion list to see if this click should be ignored
  lock() : void DragDrop
Lock this instance
  onAvailable() : void DragDrop
Override the onAvailable method to do what is needed after the initial position was determined.
  onBeforeDrag(Object data, Event e) : Boolean DragSource
An empty function by default, but provided so that you can perform a custom action before the initial drag event begi...
  onDrag(Event e) : void DragDrop
Abstract method called during the onMouseMove event while dragging an object.
  onDragDrop(Event e, String|DragDrop[] id) : void DragDrop
Abstract method called when this item is dropped on another DragDrop obj
  onDragEnter(Event e, String|DragDrop[] id) : void DragDrop
Abstract method called when this element fist begins hovering over another DragDrop obj
  onDragOut(Event e, String|DragDrop[] id) : void DragDrop
Abstract method called when we are no longer hovering over an element
  onDragOver(Event e, String|DragDrop[] id) : void DragDrop
Abstract method called when this element is hovering over another DragDrop obj
  onInvalidDrop(Event e) : void DragDrop
Abstract method called when this item is dropped on an area with no drop target
  onMouseDown(Event e) : void DragDrop
Event handler that fires when a drag/drop obj gets a mousedown
  onMouseUp(Event e) : void DragDrop
Event handler that fires when a drag/drop obj gets a mouseup
  padding() : void DragDrop
The padding configured for this drag and drop object for calculating the drop zone intersection with this object.
  removeFromGroup(string sGroup) : void DragDrop
Remove's this instance from the supplied interaction group
  removeInvalidHandleClass(string cssClass) : void DragDrop
Unsets an invalid css class
  removeInvalidHandleId(string id) : void DragDrop
Unsets an invalid handle id
  removeInvalidHandleType(string tagName) : void DragDrop
Unsets an excluded tag name set by addInvalidHandleType
  resetConstraints(boolean maintainOffset) : void DragDrop
resetConstraints must be called if you manually reposition a dd element.
  setDelta(int iDeltaX, int iDeltaY) : void DD
Sets the pointer offset. You can call this directly to force the offset to be in a particular location (e.g., pass i...
  setDragElId(id {string}) : void DragDrop
Allows you to specify that an element other than the linked element will be moved with the cursor during a drag
  setDragElPos(int iPageX, int iPageY) : void DD
Sets the drag element to the location of the mousedown or click event, maintaining the cursor location relative to th...
  setHandleElId(id {string}) : void DragDrop
Allows you to specify a child of the linked element that should be used to initiate the drag operation. An example o...
  setInitialPosition(int diffX, int diffY) : void DragDrop
Stores the initial placement of the linked element.
  setOuterHandleElId(id the) : void DragDrop
Allows you to set an element outside of the linked element as a drag handle
  setPadding(int iTop, int iRight, int iBot, int iLeft) : void DragDrop
Configures the padding for the target zone in px. Effectively expands (or reduces) the virtual object size for targe...
  setXConstraint(int iLeft, int iRight, int iTickSize) : void DragDrop
By default, the element can be dragged any place on the screen. Use this method to limit the horizontal travel of th...
  setYConstraint(int iUp, int iDown, int iTickSize) : void DragDrop
By default, the element can be dragged any place on the screen. Set this to limit the vertical travel of the element...
  startDrag(int X, int Y) : void DragDrop
Abstract method called after a drag/drop object is clicked and the drag or mousedown time thresholds have beeen met.
  toString() : string DragDrop
toString method
  unlock() : void DragDrop
Unlock this instace
  unreg() : void DragDrop
Remove all drag and drop hooks for this element

公共事件

此类没有公共事件。

设置选项

设置选项 定义对象
  dropAllowed : String DragSource
The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").
  dropNotAllowed : String DragSource
The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").

属性详情

available

public boolean available
The availabe property is false until the linked dom element is accessible.
This property is defined by DragDrop.

centerFrame

public boolean centerFrame
By default the frame is positioned exactly where the drag element is, so we use the cursor offset provided by Ext.dd.DD. Another option that works only if you do not have constraints on the obj is to have the drag frame centered around the cursor. Set centerFrame to true for this effect.
This property is defined by DDProxy.

config

public object config
Configuration attributes passed into the constructor
This property is defined by DragDrop.

groups

public string: groups
The group defines a logical collection of DragDrop objects that are related. Instances only get events when interacting with other DragDrop object in the same group. This lets us define multiple groups using a single DragDrop subclass if we want.
This property is defined by DragDrop.

hasOuterHandles

public boolean hasOuterHandles
By default, drags can only be initiated if the mousedown occurs in the region the linked element is. This is done in part to work around a bug in some browsers that mis-report the mousedown if the previous mouseup happened outside of the window. This property is set to true if outer handles are defined.
This property is defined by DragDrop.

id

public String id
The id of the element associated with this object. This is what we refer to as the "linked element" because the size and position of this element is used to determine when the drag and drop objects have interacted.
This property is defined by DragDrop.

invalidHandleClasses

public string[] invalidHandleClasses
An indexted array of css class names for elements that will be ignored if clicked.
This property is defined by DragDrop.

invalidHandleIds

public string: invalidHandleIds
An associative array of ids for elements that will be ignored if clicked
This property is defined by DragDrop.

invalidHandleTypes

public string: invalidHandleTypes
An associative array of HTML tags that will be ignored if clicked.
This property is defined by DragDrop.

maintainOffset

public boolean maintainOffset
Maintain offsets when we resetconstraints. Set to true when you want the position of the element relative to its parent to stay the same when the page changes
This property is defined by DragDrop.

onStartDrag

public Object onStartDrag
An empty function by default, but provided so that you can perform a custom action once the initial drag event has begun. The drag cannot be canceled from this function.
This property is defined by DragSource.

primaryButtonOnly

public boolean primaryButtonOnly
By default the drag and drop instance will only respond to the primary button click (left button for a right-handed mouse). Set to true to allow drag and drop to start with any mouse click that is propogated by the browser
This property is defined by DragDrop.

resizeFrame

public boolean resizeFrame
By default we resize the drag frame to be the same size as the element we want to drag (this is to get the frame effect). We can turn it off if we want a different behavior.
This property is defined by DDProxy.

scroll

public boolean scroll
When set to true, the utility automatically tries to scroll the browser window wehn a drag and drop element is dragged near the viewport boundary. Defaults to true.
This property is defined by DD.

xTicks

public int[] xTicks
Array of pixel locations the element will snap to if we specified a horizontal graduation/interval. This array is generated automatically when you define a tick interval.
This property is defined by DragDrop.

yTicks

public int[] yTicks
Array of pixel locations the element will snap to if we specified a vertical graduation/interval. This array is generated automatically when you define a tick interval.
This property is defined by DragDrop.

构造函数

DragSource

public function DragSource(String/HTMLElement/Element el, Object config)
参数:
  • el : String/HTMLElement/Element
    The container element
  • config : Object

方法详情

addInvalidHandleClass

public function addInvalidHandleClass(string cssClass)
Lets you specify a css class of elements that will not initiate a drag
参数:
  • cssClass : string
    the class of the elements you wish to ignore
返回:
  • void
This method is defined by DragDrop.

addInvalidHandleId

public function addInvalidHandleId(string id)
Lets you to specify an element id for a child of a drag handle that should not initiate a drag
参数:
  • id : string
    the element id of the element you wish to ignore
返回:
  • void
This method is defined by DragDrop.

addInvalidHandleType

public function addInvalidHandleType(string tagName)
Allows you to specify a tag name that should not start a drag operation when clicked. This is designed to facilitate embedding links within a drag handle that do something other than start the drag.
参数:
  • tagName : string
    the type of element to exclude
返回:
  • void
This method is defined by DragDrop.

addToGroup

public function addToGroup(sGroup {string})
Add this instance to a group of related drag/drop objects. All instances belong to at least one group, and can belong to as many groups as needed.
参数:
  • {string} : sGroup
    the name of the group
返回:
  • void
This method is defined by DragDrop.

afterDragDrop

public function afterDragDrop(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action after a valid drag drop has occurred by providing an implementation.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dropped element
返回:
  • void
This method is defined by DragSource.

afterDragEnter

public function afterDragEnter(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action when the dragged item enters the drop target by providing an implementation.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • void
This method is defined by DragSource.

afterDragOut

public function afterDragOut(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action after the dragged item is dragged out of the target without dropping.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • void
This method is defined by DragSource.

afterDragOver

public function afterDragOver(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action while the dragged item is over the drop target by providing an implementation.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • void
This method is defined by DragSource.

afterInvalidDrop

public function afterInvalidDrop(Event e, String id)
An empty function by default, but provided so that you can perform a custom action after an invalid drop has occurred by providing an implementation.
参数:
  • e : Event
    The event object
  • id : String
    The id of the dropped element
返回:
  • void
This method is defined by DragSource.

alignElWithMouse

public function alignElWithMouse(HTMLElement el, int iPageX, int iPageY)
Sets the element to the location of the mousedown or click event, maintaining the cursor location relative to the location on the element that was clicked. Override this if you want to place the element in a location other than where the cursor is.
参数:
  • el : HTMLElement
    the element to move
  • iPageX : int
    the X coordinate of the mousedown or drag event
  • iPageY : int
    the Y coordinate of the mousedown or drag event
返回:
  • void
This method is defined by DD.

applyConfig

public function applyConfig()
Applies the configuration parameters that were passed into the constructor. This is supposed to happen at each level through the inheritance chain. So a DDProxy implentation will execute apply config on DDProxy, DD, and DragDrop in order to get all of the parameters that are available in each object.
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

autoOffset

public function autoOffset(int iPageX, int iPageY)
Sets the pointer offset to the distance between the linked element's top left corner and the location the element was clicked
参数:
  • iPageX : int
    the X coordinate of the click
  • iPageY : int
    the Y coordinate of the click
返回:
  • void
This method is defined by DD.

beforeDragDrop

public function beforeDragDrop(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action before the dragged item is dropped onto the target and optionally cancel the onDragDrop.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • Boolean
    isValid True if the drag drop event is valid, else false to cancel
This method is defined by DragSource.

beforeDragEnter

public function beforeDragEnter(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action before the dragged item enters the drop target and optionally cancel the onDragEnter.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • Boolean
    isValid True if the drag event is valid, else false to cancel
This method is defined by DragSource.

beforeDragOut

public function beforeDragOut(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action before the dragged item is dragged out of the target without dropping, and optionally cancel the onDragOut.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • Boolean
    isValid True if the drag event is valid, else false to cancel
This method is defined by DragSource.

beforeDragOver

public function beforeDragOver(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action while the dragged item is over the drop target and optionally cancel the onDragOver.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • Boolean
    isValid True if the drag event is valid, else false to cancel
This method is defined by DragSource.

beforeInvalidDrop

public function beforeInvalidDrop(Ext.dd.DragDrop target, Event e, String id)
An empty function by default, but provided so that you can perform a custom action after an invalid drop has occurred.
参数:
  • target : Ext.dd.DragDrop
    The drop target
  • e : Event
    The event object
  • id : String
    The id of the dragged element
返回:
  • Boolean
    isValid True if the invalid drop should proceed, else false to cancel
This method is defined by DragSource.

cachePosition

public function cachePosition(iPageX the, iPageY the)
Saves the most recent position so that we can reset the constraints and tick marks on-demand. We need to know this so that we can calculate the number of pixels the element is offset from its original position.
参数:
  • the : iPageX
    current x position (optional, this just makes it so we don't have to look it up again)
  • the : iPageY
    current y position (optional, this just makes it so we don't have to look it up again)
返回:
  • void
This method is defined by DD.

clearConstraints

public function clearConstraints()
Clears any constraints applied to this instance. Also clears ticks since they can't exist independent of a constraint at this time.
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

clearTicks

public function clearTicks()
Clears any tick interval defined for this instance
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

createFrame

public function createFrame()
Creates the proxy element if it does not yet exist
参数:
  • 无。
返回:
  • void
This method is defined by DDProxy.

endDrag

public function endDrag(Event e)
Fired when we are done dragging the object
参数:
  • e : Event
    the mouseup event
返回:
  • void
This method is defined by DragDrop.

getDragData

public function getDragData()
Returns the data object associated with this drag source
参数:
  • 无。
返回:
  • Object
    data An object containing arbitrary data
This method is defined by DragSource.

getDragEl

public function getDragEl()
Returns a reference to the actual element to drag. By default this is the same as the html element, but it can be assigned to another element. An example of this can be found in Ext.dd.DDProxy
参数:
  • 无。
返回:
  • HTMLElement
    the html element
This method is defined by DragDrop.

getEl

public function getEl()
Returns a reference to the linked element
参数:
  • 无。
返回:
  • HTMLElement
    the html element
This method is defined by DragDrop.

getProxy

public function getProxy()
Returns the drag source's underlying Ext.dd.StatusProxy
参数:
  • 无。
返回:
  • Ext.dd.StatusProxy
    proxy The StatusProxy
This method is defined by DragSource.

hideProxy

public function hideProxy()
Hides the drag source's Ext.dd.StatusProxy
参数:
  • 无。
返回:
  • void
This method is defined by DragSource.

init

public function init(id the, String sGroup, object config)
Sets up the DragDrop object. Must be called in the constructor of any Ext.dd.DragDrop subclass
参数:
  • the : id
    id of the linked element
  • sGroup : String
    the group of related items
  • config : object
    configuration attributes
返回:
  • void
This method is defined by DragDrop.

initFrame

public function initFrame()
Initialization for the drag frame element. Must be called in the constructor of all subclasses
参数:
  • 无。
返回:
  • void
This method is defined by DDProxy.

initTarget

public function initTarget(id the, String sGroup, object config)
Initializes Targeting functionality only... the object does not get a mousedown handler.
参数:
  • the : id
    id of the linked element
  • sGroup : String
    the group of related items
  • config : object
    configuration attributes
返回:
  • void
This method is defined by DragDrop.

isLocked

public function isLocked()
Returns true if this instance is locked, or the drag drop mgr is locked (meaning that all drag/drop is disabled on the page.)
参数:
  • 无。
返回:
  • boolean
    true if this obj or all drag/drop is locked, else false
This method is defined by DragDrop.

isTarget

public function isTarget()
By default, all insances can be a drop target. This can be disabled by setting isTarget to false.
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

isValidHandleChild

public function isValidHandleChild(HTMLElement node)
Checks the tag exclusion list to see if this click should be ignored
参数:
  • node : HTMLElement
    the HTMLElement to evaluate
返回:
  • boolean
    true if this is a valid tag type, false if not
This method is defined by DragDrop.

lock

public function lock()
Lock this instance
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

onAvailable

public function onAvailable()
Override the onAvailable method to do what is needed after the initial position was determined.
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

onBeforeDrag

public function onBeforeDrag(Object data, Event e)
An empty function by default, but provided so that you can perform a custom action before the initial drag event begins and optionally cancel it.
参数:
  • data : Object
    An object containing arbitrary data to be shared with drop targets
  • e : Event
    The event object
返回:
  • Boolean
    isValid True if the drag event is valid, else false to cancel
This method is defined by DragSource.

onDrag

public function onDrag(Event e)
Abstract method called during the onMouseMove event while dragging an object.
参数:
  • e : Event
    the mousemove event
返回:
  • void
This method is defined by DragDrop.

onDragDrop

public function onDragDrop(Event e, String|DragDrop[] id)
Abstract method called when this item is dropped on another DragDrop obj
参数:
  • e : Event
    the mouseup event
  • id : String|DragDrop[]
    In POINT mode, the element id this was dropped on. In INTERSECT mode, an array of dd items this was dropped on.
返回:
  • void
This method is defined by DragDrop.

onDragEnter

public function onDragEnter(Event e, String|DragDrop[] id)
Abstract method called when this element fist begins hovering over another DragDrop obj
参数:
  • e : Event
    the mousemove event
  • id : String|DragDrop[]
    In POINT mode, the element id this is hovering over. In INTERSECT mode, an array of one or more dragdrop items being hovered over.
返回:
  • void
This method is defined by DragDrop.

onDragOut

public function onDragOut(Event e, String|DragDrop[] id)
Abstract method called when we are no longer hovering over an element
参数:
  • e : Event
    the mousemove event
  • id : String|DragDrop[]
    In POINT mode, the element id this was hovering over. In INTERSECT mode, an array of dd items that the mouse is no longer over.
返回:
  • void
This method is defined by DragDrop.

onDragOver

public function onDragOver(Event e, String|DragDrop[] id)
Abstract method called when this element is hovering over another DragDrop obj
参数:
  • e : Event
    the mousemove event
  • id : String|DragDrop[]
    In POINT mode, the element id this is hovering over. In INTERSECT mode, an array of dd items being hovered over.
返回:
  • void
This method is defined by DragDrop.

onInvalidDrop

public function onInvalidDrop(Event e)
Abstract method called when this item is dropped on an area with no drop target
参数:
  • e : Event
    the mouseup event
返回:
  • void
This method is defined by DragDrop.

onMouseDown

public function onMouseDown(Event e)
Event handler that fires when a drag/drop obj gets a mousedown
参数:
  • e : Event
    the mousedown event
返回:
  • void
This method is defined by DragDrop.

onMouseUp

public function onMouseUp(Event e)
Event handler that fires when a drag/drop obj gets a mouseup
参数:
  • e : Event
    the mouseup event
返回:
  • void
This method is defined by DragDrop.

padding

public function padding()
The padding configured for this drag and drop object for calculating the drop zone intersection with this object.
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

removeFromGroup

public function removeFromGroup(string sGroup)
Remove's this instance from the supplied interaction group
参数:
  • sGroup : string
    The group to drop
返回:
  • void
This method is defined by DragDrop.

removeInvalidHandleClass

public function removeInvalidHandleClass(string cssClass)
Unsets an invalid css class
参数:
  • cssClass : string
    the class of the element(s) you wish to re-enable
返回:
  • void
This method is defined by DragDrop.

removeInvalidHandleId

public function removeInvalidHandleId(string id)
Unsets an invalid handle id
参数:
  • id : string
    the id of the element to re-enable
返回:
  • void
This method is defined by DragDrop.

removeInvalidHandleType

public function removeInvalidHandleType(string tagName)
Unsets an excluded tag name set by addInvalidHandleType
参数:
  • tagName : string
    the type of element to unexclude
返回:
  • void
This method is defined by DragDrop.

resetConstraints

public function resetConstraints(boolean maintainOffset)
resetConstraints must be called if you manually reposition a dd element.
参数:
  • maintainOffset : boolean
返回:
  • void
This method is defined by DragDrop.

setDelta

public function setDelta(int iDeltaX, int iDeltaY)
Sets the pointer offset. You can call this directly to force the offset to be in a particular location (e.g., pass in 0,0 to set it to the center of the object)
参数:
  • iDeltaX : int
    the distance from the left
  • iDeltaY : int
    the distance from the top
返回:
  • void
This method is defined by DD.

setDragElId

public function setDragElId(id {string})
Allows you to specify that an element other than the linked element will be moved with the cursor during a drag
参数:
  • {string} : id
    the id of the element that will be used to initiate the drag
返回:
  • void
This method is defined by DragDrop.

setDragElPos

public function setDragElPos(int iPageX, int iPageY)
Sets the drag element to the location of the mousedown or click event, maintaining the cursor location relative to the location on the element that was clicked. Override this if you want to place the element in a location other than where the cursor is.
参数:
  • iPageX : int
    the X coordinate of the mousedown or drag event
  • iPageY : int
    the Y coordinate of the mousedown or drag event
返回:
  • void
This method is defined by DD.

setHandleElId

public function setHandleElId(id {string})
Allows you to specify a child of the linked element that should be used to initiate the drag operation. An example of this would be if you have a content div with text and links. Clicking anywhere in the content area would normally start the drag operation. Use this method to specify that an element inside of the content div is the element that starts the drag operation.
参数:
  • {string} : id
    the id of the element that will be used to initiate the drag.
返回:
  • void
This method is defined by DragDrop.

setInitialPosition

public function setInitialPosition(int diffX, int diffY)
Stores the initial placement of the linked element.
参数:
  • diffX : int
    the X offset, default 0
  • diffY : int
    the Y offset, default 0
返回:
  • void
This method is defined by DragDrop.

setOuterHandleElId

public function setOuterHandleElId(id the)
Allows you to set an element outside of the linked element as a drag handle
参数:
  • the : id
    id of the element that will be used to initiate the drag
返回:
  • void
This method is defined by DragDrop.

setPadding

public function setPadding(int iTop, int iRight, int iBot, int iLeft)
Configures the padding for the target zone in px. Effectively expands (or reduces) the virtual object size for targeting calculations. Supports css-style shorthand; if only one parameter is passed, all sides will have that padding, and if only two are passed, the top and bottom will have the first param, the left and right the second.
参数:
  • iTop : int
    Top pad
  • iRight : int
    Right pad
  • iBot : int
    Bot pad
  • iLeft : int
    Left pad
返回:
  • void
This method is defined by DragDrop.

setXConstraint

public function setXConstraint(int iLeft, int iRight, int iTickSize)
By default, the element can be dragged any place on the screen. Use this method to limit the horizontal travel of the element. Pass in 0,0 for the parameters if you want to lock the drag to the y axis.
参数:
  • iLeft : int
    the number of pixels the element can move to the left
  • iRight : int
    the number of pixels the element can move to the right
  • iTickSize : int
    optional parameter for specifying that the element should move iTickSize pixels at a time.
返回:
  • void
This method is defined by DragDrop.

setYConstraint

public function setYConstraint(int iUp, int iDown, int iTickSize)
By default, the element can be dragged any place on the screen. Set this to limit the vertical travel of the element. Pass in 0,0 for the parameters if you want to lock the drag to the x axis.
参数:
  • iUp : int
    the number of pixels the element can move up
  • iDown : int
    the number of pixels the element can move down
  • iTickSize : int
    optional parameter for specifying that the element should move iTickSize pixels at a time.
返回:
  • void
This method is defined by DragDrop.

startDrag

public function startDrag(int X, int Y)
Abstract method called after a drag/drop object is clicked and the drag or mousedown time thresholds have beeen met.
参数:
  • X : int
    click location
  • Y : int
    click location
返回:
  • void
This method is defined by DragDrop.

toString

public function toString()
toString method
参数:
  • 无。
返回:
  • string
    string representation of the dd obj
This method is defined by DragDrop.

unlock

public function unlock()
Unlock this instace
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

unreg

public function unreg()
Remove all drag and drop hooks for this element
参数:
  • 无。
返回:
  • void
This method is defined by DragDrop.

设置详情

dropAllowed

dropAllowed : String
The CSS class returned to the drag source when drop is allowed (defaults to "x-dd-drop-ok").
This config option is defined by DragSource.

dropNotAllowed

dropNotAllowed : String
The CSS class returned to the drag source when drop is not allowed (defaults to "x-dd-drop-nodrop").
This config option is defined by DragSource.

Ext - Copyright © 2006-2007 Ext JS, LLC
All rights reserved.