DhDragDrop Class

DhDragDrop Class

This Package | All Packages

public class DhDragDrop

Topic under construction.

Constructors
Name Description
DhDragDrop( DhElement element ) Topic under construction.
DhDragDrop( DhElement element, boolean fEnableNow ) Topic under construction.

Methods
Name Description
addOnBeginDrag(DhEventHandler h) Topic under construction.
addOnEndDrag(DhEventHandler h) Topic under construction.
enable( boolean fOn ) Topic under construction.
removeOnBeginDrag(DhEventHandler h) Topic under construction.
removeOnEndDrag(DhEventHandler h) Topic under construction.

Constructors

DhDragDrop.DhDragDrop

Syntax 1
public DhDragDrop( DhElement element );
Description

Topic under construction.



Syntax 2
public DhDragDrop( DhElement element, boolean fEnableNow );
Description

Topic under construction.

Methods

DhDragDrop.addOnBeginDrag

Syntax
final public void addOnBeginDrag( DhEventHandler h );
Description

Topic under construction.

DhDragDrop.addOnEndDrag

Syntax
final public void addOnEndDrag( DhEventHandler h );
Description

Topic under construction.

DhDragDrop.enable

Syntax
public synchronized void enable( boolean fOn );
Description

Topic under construction.

DhDragDrop.removeOnBeginDrag

Syntax
final public void removeOnBeginDrag( DhEventHandler h );
Description

Topic under construction.

DhDragDrop.removeOnEndDrag

Syntax
final public void removeOnEndDrag( DhEventHandler h );
Description

Topic under construction.