public final class UICellConfigurationDropState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
None
The cell is not associated with a drag session.
|
static long |
NotTargeted
A drag session is active and may perform a drop in the cell's container, but the cell itself
is not the drop target.
|
static long |
Targeted
The cell is the drop target for a drag session.
|
public static final long None
public static final long NotTargeted
public static final long Targeted