public final class DropEvent extends Object
| Constructor and Description |
|---|
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
int index) |
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
int index,
int colIndex) |
DropEvent(NodeContainer dropTargetNode,
NodeBase draggedNode,
String insertBeforeSiblingID) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColIndex() |
NodeBase |
getDraggedNode() |
NodeContainer |
getDropTargetNode() |
int |
getIndex() |
String |
getInsertBeforeSiblingID() |
DropMode |
getMode() |
public DropEvent(NodeContainer dropTargetNode, NodeBase draggedNode, int index)
public DropEvent(NodeContainer dropTargetNode, NodeBase draggedNode, int index, int colIndex)
public DropEvent(NodeContainer dropTargetNode, NodeBase draggedNode, String insertBeforeSiblingID)
public int getColIndex()
public String getInsertBeforeSiblingID()
public DropMode getMode()
public NodeBase getDraggedNode()
public NodeContainer getDropTargetNode()
public int getIndex()
Copyright © 2017 etc.to. All rights reserved.