Uses of Class
org.robovm.apple.uikit.UIDropOperation
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UIDropOperation in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UIDropOperation Modifier and Type Method Description UIDropOperationUIDropProposal. getOperation()static UIDropOperationUIDropOperation. valueOf(long n)Returns the enum constant of this type with the specified name.static UIDropOperationUIDropOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static UIDropOperation[]UIDropOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UIDropOperation Modifier and Type Method Description voidUITextDragDelegate. dragSessionDidEnd(UIView textDraggableView, UIDragSession session, UIDropOperation operation)voidUITextDragDelegateAdapter. dragSessionDidEnd(UIView textDraggableView, UIDragSession session, UIDropOperation operation)protected longUICollectionViewDropProposal. init(UIDropOperation operation, UICollectionViewDropIntent intent)protected longUIDropProposal. init(UIDropOperation operation)protected longUITableViewDropProposal. init(UIDropOperation operation, UITableViewDropIntent intent)voidUIDragInteractionDelegate. sessionDidEnd(UIDragInteraction interaction, UIDragSession session, UIDropOperation operation)voidUIDragInteractionDelegateAdapter. sessionDidEnd(UIDragInteraction interaction, UIDragSession session, UIDropOperation operation)voidUIDragInteractionDelegate. sessionWillEnd(UIDragInteraction interaction, UIDragSession session, UIDropOperation operation)voidUIDragInteractionDelegateAdapter. sessionWillEnd(UIDragInteraction interaction, UIDragSession session, UIDropOperation operation)Constructors in org.robovm.apple.uikit with parameters of type UIDropOperation Constructor Description UICollectionViewDropProposal(UIDropOperation operation)UICollectionViewDropProposal(UIDropOperation operation, UICollectionViewDropIntent intent)UIDropProposal(UIDropOperation operation)UITableViewDropProposal(UIDropOperation operation)UITableViewDropProposal(UIDropOperation operation, UITableViewDropIntent intent)UITextDropProposal(UIDropOperation operation)