public final class UITextDropEditability
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
No
A non-editable control will remain non-editable and
the drop will not be allowed.
|
static long |
Temporary
A non-editable control will become editable for the drop
only, but will be restored to non-editable afterwards.
|
static long |
Yes
A non-editable control will become editable and remain
editable after the drop concludes.
|
public static final long No
public static final long Temporary
public static final long Yes