Package apple.uikit.enums
Class UITextDropEditability
- java.lang.Object
-
- apple.uikit.enums.UITextDropEditability
-
public final class UITextDropEditability extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNoA non-editable control will remain non-editable and the drop will not be allowed.static longTemporaryA non-editable control will become editable for the drop only, but will be restored to non-editable afterwards.static longYesA non-editable control will become editable and remain editable after the drop concludes.
-
-
-
Field Detail
-
No
public static final long No
A non-editable control will remain non-editable and the drop will not be allowed.- See Also:
- Constant Field Values
-
Temporary
public static final long Temporary
A non-editable control will become editable for the drop only, but will be restored to non-editable afterwards.- See Also:
- Constant Field Values
-
Yes
public static final long Yes
A non-editable control will become editable and remain editable after the drop concludes.- See Also:
- Constant Field Values
-
-