-
Methods in org.robovm.apple.uikit with parameters of type UIDragSession
| Modifier and Type |
Method |
Description |
UITargetedDragPreview |
UITextDragDelegate.dragPreviewForLiftingItem(UIView textDraggableView,
UIDragItem item,
UIDragSession session) |
|
UITargetedDragPreview |
UITextDragDelegateAdapter.dragPreviewForLiftingItem(UIView textDraggableView,
UIDragItem item,
UIDragSession session) |
|
boolean |
UICollectionViewDragDelegate.dragSessionAllowsMoveOperation(UICollectionView collectionView,
UIDragSession session) |
|
boolean |
UICollectionViewDragDelegateAdapter.dragSessionAllowsMoveOperation(UICollectionView collectionView,
UIDragSession session) |
|
boolean |
UITableViewDragDelegate.dragSessionAllowsMoveOperation(UITableView tableView,
UIDragSession session) |
|
boolean |
UITableViewDragDelegateAdapter.dragSessionAllowsMoveOperation(UITableView tableView,
UIDragSession session) |
|
void |
UICollectionViewDragDelegate.dragSessionDidEnd(UICollectionView collectionView,
UIDragSession session) |
|
void |
UICollectionViewDragDelegateAdapter.dragSessionDidEnd(UICollectionView collectionView,
UIDragSession session) |
|
void |
UITableViewDragDelegate.dragSessionDidEnd(UITableView tableView,
UIDragSession session) |
|
void |
UITableViewDragDelegateAdapter.dragSessionDidEnd(UITableView tableView,
UIDragSession session) |
|
void |
UITextDragDelegate.dragSessionDidEnd(UIView textDraggableView,
UIDragSession session,
UIDropOperation operation) |
|
void |
UITextDragDelegateAdapter.dragSessionDidEnd(UIView textDraggableView,
UIDragSession session,
UIDropOperation operation) |
|
boolean |
UICollectionViewDragDelegate.dragSessionIsRestrictedToDraggingApplication(UICollectionView collectionView,
UIDragSession session) |
|
boolean |
UICollectionViewDragDelegateAdapter.dragSessionIsRestrictedToDraggingApplication(UICollectionView collectionView,
UIDragSession session) |
|
boolean |
UITableViewDragDelegate.dragSessionIsRestrictedToDraggingApplication(UITableView tableView,
UIDragSession session) |
|
boolean |
UITableViewDragDelegateAdapter.dragSessionIsRestrictedToDraggingApplication(UITableView tableView,
UIDragSession session) |
|
void |
UICollectionViewDragDelegate.dragSessionWillBegin(UICollectionView collectionView,
UIDragSession session) |
|
void |
UICollectionViewDragDelegateAdapter.dragSessionWillBegin(UICollectionView collectionView,
UIDragSession session) |
|
void |
UITableViewDragDelegate.dragSessionWillBegin(UITableView tableView,
UIDragSession session) |
|
void |
UITableViewDragDelegateAdapter.dragSessionWillBegin(UITableView tableView,
UIDragSession session) |
|
void |
UITextDragDelegate.dragSessionWillBegin(UIView textDraggableView,
UIDragSession session) |
|
void |
UITextDragDelegateAdapter.dragSessionWillBegin(UIView textDraggableView,
UIDragSession session) |
|
NSArray<UIDragItem> |
UICollectionViewDragDelegate.itemsForAddingToDragSession(UICollectionView collectionView,
UIDragSession session,
NSIndexPath indexPath,
CGPoint point) |
|
NSArray<UIDragItem> |
UICollectionViewDragDelegateAdapter.itemsForAddingToDragSession(UICollectionView collectionView,
UIDragSession session,
NSIndexPath indexPath,
CGPoint point) |
|
NSArray<UIDragItem> |
UITableViewDragDelegate.itemsForAddingToDragSession(UITableView tableView,
UIDragSession session,
NSIndexPath indexPath,
CGPoint point) |
|
NSArray<UIDragItem> |
UITableViewDragDelegateAdapter.itemsForAddingToDragSession(UITableView tableView,
UIDragSession session,
NSIndexPath indexPath,
CGPoint point) |
|
NSArray<UIDragItem> |
UIDragInteractionDelegate.itemsForAddingToSession(UIDragInteraction interaction,
UIDragSession session,
CGPoint point) |
|
NSArray<UIDragItem> |
UIDragInteractionDelegateAdapter.itemsForAddingToSession(UIDragInteraction interaction,
UIDragSession session,
CGPoint point) |
|
NSArray<UIDragItem> |
UICollectionViewDragDelegate.itemsForBeginningDragSession(UICollectionView collectionView,
UIDragSession session,
NSIndexPath indexPath) |
|
NSArray<UIDragItem> |
UICollectionViewDragDelegateAdapter.itemsForBeginningDragSession(UICollectionView collectionView,
UIDragSession session,
NSIndexPath indexPath) |
|
NSArray<UIDragItem> |
UITableViewDragDelegate.itemsForBeginningDragSession(UITableView tableView,
UIDragSession session,
NSIndexPath indexPath) |
|
NSArray<UIDragItem> |
UITableViewDragDelegateAdapter.itemsForBeginningDragSession(UITableView tableView,
UIDragSession session,
NSIndexPath indexPath) |
|
NSArray<UIDragItem> |
UIDragInteractionDelegate.itemsForBeginningSession(UIDragInteraction interaction,
UIDragSession session) |
|
NSArray<UIDragItem> |
UIDragInteractionDelegateAdapter.itemsForBeginningSession(UIDragInteraction interaction,
UIDragSession session) |
|
boolean |
UIDragInteractionDelegate.prefersFullSizePreviews(UIDragInteraction interaction,
UIDragSession session) |
|
boolean |
UIDragInteractionDelegateAdapter.prefersFullSizePreviews(UIDragInteraction interaction,
UIDragSession session) |
|
UITargetedDragPreview |
UIDragInteractionDelegate.previewForLiftingItem(UIDragInteraction interaction,
UIDragItem item,
UIDragSession session) |
|
UITargetedDragPreview |
UIDragInteractionDelegateAdapter.previewForLiftingItem(UIDragInteraction interaction,
UIDragItem item,
UIDragSession session) |
|
boolean |
UIDragInteractionDelegate.sessionAllowsMoveOperation(UIDragInteraction interaction,
UIDragSession session) |
|
boolean |
UIDragInteractionDelegateAdapter.sessionAllowsMoveOperation(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegate.sessionDidEnd(UIDragInteraction interaction,
UIDragSession session,
UIDropOperation operation) |
|
void |
UIDragInteractionDelegateAdapter.sessionDidEnd(UIDragInteraction interaction,
UIDragSession session,
UIDropOperation operation) |
|
void |
UIDragInteractionDelegate.sessionDidMove(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegateAdapter.sessionDidMove(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegate.sessionDidTransferItems(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegateAdapter.sessionDidTransferItems(UIDragInteraction interaction,
UIDragSession session) |
|
boolean |
UIDragInteractionDelegate.sessionIsRestrictedToDraggingApplication(UIDragInteraction interaction,
UIDragSession session) |
|
boolean |
UIDragInteractionDelegateAdapter.sessionIsRestrictedToDraggingApplication(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegate.sessionWillAddItems(UIDragInteraction interaction,
UIDragSession session,
NSArray<UIDragItem> items,
UIDragInteraction addingInteraction) |
|
void |
UIDragInteractionDelegateAdapter.sessionWillAddItems(UIDragInteraction interaction,
UIDragSession session,
NSArray<UIDragItem> items,
UIDragInteraction addingInteraction) |
|
void |
UIDragInteractionDelegate.sessionWillBegin(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegateAdapter.sessionWillBegin(UIDragInteraction interaction,
UIDragSession session) |
|
void |
UIDragInteractionDelegate.sessionWillEnd(UIDragInteraction interaction,
UIDragSession session,
UIDropOperation operation) |
|
void |
UIDragInteractionDelegateAdapter.sessionWillEnd(UIDragInteraction interaction,
UIDragSession session,
UIDropOperation operation) |
|
void |
UIDragInteractionDelegate.willAnimateLift(UIDragInteraction interaction,
UIDragAnimating animator,
UIDragSession session) |
|
void |
UIDragInteractionDelegateAdapter.willAnimateLift(UIDragInteraction interaction,
UIDragAnimating animator,
UIDragSession session) |
|
void |
UITextDragDelegate.willAnimateLift(UIView textDraggableView,
UIDragAnimating animator,
UIDragSession session) |
|
void |
UITextDragDelegateAdapter.willAnimateLift(UIView textDraggableView,
UIDragAnimating animator,
UIDragSession session) |
|