Package apple.uikit.enums
Class UICellConfigurationDropState
- java.lang.Object
-
- apple.uikit.enums.UICellConfigurationDropState
-
public final class UICellConfigurationDropState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNoneThe cell is not associated with a drag session.static longNotTargetedA drag session is active and may perform a drop in the cell's container, but the cell itself is not the drop target.static longTargetedThe cell is the drop target for a drag session.
-
-
-
Field Detail
-
None
public static final long None
The cell is not associated with a drag session.- See Also:
- Constant Field Values
-
NotTargeted
public static final 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.- See Also:
- Constant Field Values
-
Targeted
public static final long Targeted
The cell is the drop target for a drag session.- See Also:
- Constant Field Values
-
-