Nitido InfiniteScroller UI Control

InfiniteScroller Control  1.0.0

Nitido InfiniteScroller UI Control > infinitescroller > NIM.util.BaseDDProxy
Search:
 
Filters

Class NIM.util.BaseDDProxy - extends YAHOO.util.DDProxy

BaseDDProxy subclasses DDProxy to support draggable rows.

Constructor

NIM.util.BaseDDProxy ( id , sGroup , config )
Parameters:
id <String> the id of the linked html element
sGroup <String> the group of related DragDrop objects
config <object> an object containing configurable attributes Valid properties for DDProxy in addition to those in DragDrop: resizeFrame, centerFrame, dragElId @guessedtype function

Methods

endDrag

void endDrag ( e )
Fired when we are done dragging the object
Parameters:
e <Event> the mouseup event
Returns: void

onDragDrop

void onDragDrop ( e , id )
Abstract method called when this item is dropped on another DragDrop obj
Parameters:
e <Event> the mouseup event
id <String|DragDrop[]> In POINT mode, the element id this was dropped on.
Returns: void

onDragOut

void onDragOut ( e , id )
Abstract method called when we are no longer hovering over an element
Parameters:
e <Event> the mousemove event
id <String|DragDrop[]> In POINT mode, the element id this was hovering over.
Returns: void

onDragOver

void onDragOver ( e , id )
Abstract method called when this element is hovering over another DragDrop obj
Parameters:
e <Event> the mousemove event
id <String|DragDrop[]> In POINT mode, the element id this is hovering over.
Returns: void

onInvalidDrop

void onInvalidDrop ( e )
Abstract method called when this item is dropped on an area with no drop target
Parameters:
e <Event> the mouseup event
Returns: void

startDrag

void startDrag ( X , Y )
Abstract method called after a drag/drop object is clicked and the drag or mousedown time thresholds have beeen met.
Parameters:
X <int> click location
Y <int> click location
Returns: void


Copyright © 2010 Nitido Inc. All rights reserved.