DropHandler.DropParameters

Parameters returned by DropHandler.drop.

interface DropHandler
static
struct DropParameters {}

Members

Variables

action
DragAndDropAction action;

Acceptable action over this area.

consistentWithin
Rectangle consistentWithin;

Rectangle, in client coordinates, where the dragger can expect the same result during this drag session and thus need not ask again.

Suggestion Box / Bug Report