|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDropTargetable
This interface is present on node types that have the possibility to be used as drag 'n drop drop targets, i.e. that can receive a node being dragged. This is present on specific HTML DOM nodes only. The interface itself does not indicate that dropping is allowed; it only exposes the setter and getter for an IDropHandler interface. Only when an instance of this interface is set on the node implementing this interface will it be able to accept dropped nodes.
Method Summary | |
---|---|
IDropHandler |
getDropHandler()
Return the current drop handler for a node. |
void |
setDropHandler(IDropHandler handler)
Make this node acceptable for dropping dragged items into. |
Method Detail |
---|
void setDropHandler(IDropHandler handler)
handler
- IDropHandler getDropHandler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |