-
Methods in org.robovm.apple.uikit that return types with arguments of type UIDragItem
| Modifier and Type |
Method |
Description |
NSArray<UIDragItem> |
UITextDragRequest.getExistingItems() |
|
NSArray<UIDragItem> |
UITextDragRequestAdapter.getExistingItems() |
|
NSArray<UIDragItem> |
UIDragDropSession.getItems() |
|
NSArray<UIDragItem> |
UIDragDropSessionAdapter.getItems() |
|
NSArray<UIDragItem> |
UITextDragRequest.getSuggestedItems() |
|
NSArray<UIDragItem> |
UITextDragRequestAdapter.getSuggestedItems() |
|
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) |
|
NSArray<UIDragItem> |
UITextDragDelegate.itemsForDrag(UIView textDraggableView,
UITextDragRequest dragRequest) |
|
NSArray<UIDragItem> |
UITextDragDelegateAdapter.itemsForDrag(UIView textDraggableView,
UITextDragRequest dragRequest) |
|
Methods in org.robovm.apple.uikit with parameters of type UIDragItem
| Modifier and Type |
Method |
Description |
UITargetedDragPreview |
UITextDragDelegate.dragPreviewForLiftingItem(UIView textDraggableView,
UIDragItem item,
UIDragSession session) |
|
UITargetedDragPreview |
UITextDragDelegateAdapter.dragPreviewForLiftingItem(UIView textDraggableView,
UIDragItem item,
UIDragSession session) |
|
UIDragAnimating |
UICollectionViewDropCoordinator.dropItem(UIDragItem dragItem,
NSIndexPath indexPath) |
|
UICollectionViewDropPlaceholderContext |
UICollectionViewDropCoordinator.dropItem(UIDragItem dragItem,
UICollectionViewDropPlaceholder placeholder) |
|
UIDragAnimating |
UICollectionViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
NSIndexPath indexPath) |
|
UICollectionViewDropPlaceholderContext |
UICollectionViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
UICollectionViewDropPlaceholder placeholder) |
|
UIDragAnimating |
UITableViewDropCoordinator.dropItem(UIDragItem dragItem,
NSIndexPath indexPath) |
|
UIDragAnimating |
UITableViewDropCoordinator.dropItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UITableViewDropCoordinator.dropItem(UIDragItem dragItem,
UIDragPreviewTarget target) |
|
UITableViewDropPlaceholderContext |
UITableViewDropCoordinator.dropItem(UIDragItem dragItem,
UITableViewDropPlaceholder placeholder) |
|
UIDragAnimating |
UITableViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
NSIndexPath indexPath) |
|
UIDragAnimating |
UITableViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UITableViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
UIDragPreviewTarget target) |
|
UITableViewDropPlaceholderContext |
UITableViewDropCoordinatorAdapter.dropItem(UIDragItem dragItem,
UITableViewDropPlaceholder placeholder) |
|
UIDragAnimating |
UICollectionViewDropCoordinator.dropItemIntoItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UICollectionViewDropCoordinatorAdapter.dropItemIntoItem(UIDragItem dragItem,
NSIndexPath indexPath,
CGRect rect) |
|
UIDragAnimating |
UICollectionViewDropCoordinator.dropItemToTarget(UIDragItem dragItem,
UIDragPreviewTarget target) |
|
UIDragAnimating |
UICollectionViewDropCoordinatorAdapter.dropItemToTarget(UIDragItem dragItem,
UIDragPreviewTarget target) |
|
void |
UIDragInteractionDelegate.itemWillAnimateCancel(UIDragInteraction interaction,
UIDragItem item,
UIDragAnimating animator) |
|
void |
UIDragInteractionDelegateAdapter.itemWillAnimateCancel(UIDragInteraction interaction,
UIDragItem item,
UIDragAnimating animator) |
|
void |
UIDropInteractionDelegate.itemWillAnimateDrop(UIDropInteraction interaction,
UIDragItem item,
UIDragAnimating animator) |
|
void |
UIDropInteractionDelegateAdapter.itemWillAnimateDrop(UIDropInteraction interaction,
UIDragItem item,
UIDragAnimating animator) |
|
UITargetedDragPreview |
UIDragInteractionDelegate.previewForCancellingItem(UIDragInteraction interaction,
UIDragItem item,
UITargetedDragPreview defaultPreview) |
|
UITargetedDragPreview |
UIDragInteractionDelegateAdapter.previewForCancellingItem(UIDragInteraction interaction,
UIDragItem item,
UITargetedDragPreview defaultPreview) |
|
UITargetedDragPreview |
UIDropInteractionDelegate.previewForDroppingItem(UIDropInteraction interaction,
UIDragItem item,
UITargetedDragPreview defaultPreview) |
|
UITargetedDragPreview |
UIDropInteractionDelegateAdapter.previewForDroppingItem(UIDropInteraction interaction,
UIDragItem item,
UITargetedDragPreview defaultPreview) |
|
UITargetedDragPreview |
UIDragInteractionDelegate.previewForLiftingItem(UIDragInteraction interaction,
UIDragItem item,
UIDragSession session) |
|
UITargetedDragPreview |
UIDragInteractionDelegateAdapter.previewForLiftingItem(UIDragInteraction interaction,
UIDragItem item,
UIDragSession session) |
|