-
Methods in org.robovm.apple.uikit with parameters of type UIDropSession
| Modifier and Type |
Method |
Description |
boolean |
UICollectionViewDropDelegate.canHandleDropSession(UICollectionView collectionView,
UIDropSession session) |
|
boolean |
UICollectionViewDropDelegateAdapter.canHandleDropSession(UICollectionView collectionView,
UIDropSession session) |
|
boolean |
UITableViewDropDelegate.canHandleDropSession(UITableView tableView,
UIDropSession session) |
|
boolean |
UITableViewDropDelegateAdapter.canHandleDropSession(UITableView tableView,
UIDropSession session) |
|
boolean |
UIDropInteractionDelegate.canHandleSession(UIDropInteraction interaction,
UIDropSession session) |
|
boolean |
UIDropInteractionDelegateAdapter.canHandleSession(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.concludeDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.concludeDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UICollectionViewDropDelegate.dropSessionDidEnd(UICollectionView collectionView,
UIDropSession session) |
|
void |
UICollectionViewDropDelegateAdapter.dropSessionDidEnd(UICollectionView collectionView,
UIDropSession session) |
|
void |
UITableViewDropDelegate.dropSessionDidEnd(UITableView tableView,
UIDropSession session) |
|
void |
UITableViewDropDelegateAdapter.dropSessionDidEnd(UITableView tableView,
UIDropSession session) |
|
void |
UITextDropDelegate.dropSessionDidEnd(UIView textDroppableView,
UIDropSession session) |
|
void |
UITextDropDelegateAdapter.dropSessionDidEnd(UIView textDroppableView,
UIDropSession session) |
|
void |
UICollectionViewDropDelegate.dropSessionDidEnter(UICollectionView collectionView,
UIDropSession session) |
|
void |
UICollectionViewDropDelegateAdapter.dropSessionDidEnter(UICollectionView collectionView,
UIDropSession session) |
|
void |
UITableViewDropDelegate.dropSessionDidEnter(UITableView tableView,
UIDropSession session) |
|
void |
UITableViewDropDelegateAdapter.dropSessionDidEnter(UITableView tableView,
UIDropSession session) |
|
void |
UITextDropDelegate.dropSessionDidEnter(UIView textDroppableView,
UIDropSession session) |
|
void |
UITextDropDelegateAdapter.dropSessionDidEnter(UIView textDroppableView,
UIDropSession session) |
|
void |
UICollectionViewDropDelegate.dropSessionDidExit(UICollectionView collectionView,
UIDropSession session) |
|
void |
UICollectionViewDropDelegateAdapter.dropSessionDidExit(UICollectionView collectionView,
UIDropSession session) |
|
void |
UITableViewDropDelegate.dropSessionDidExit(UITableView tableView,
UIDropSession session) |
|
void |
UITableViewDropDelegateAdapter.dropSessionDidExit(UITableView tableView,
UIDropSession session) |
|
void |
UITextDropDelegate.dropSessionDidExit(UIView textDroppableView,
UIDropSession session) |
|
void |
UITextDropDelegateAdapter.dropSessionDidExit(UIView textDroppableView,
UIDropSession session) |
|
UICollectionViewDropProposal |
UICollectionViewDropDelegate.dropSessionDidUpdate(UICollectionView collectionView,
UIDropSession session,
NSIndexPath destinationIndexPath) |
|
UICollectionViewDropProposal |
UICollectionViewDropDelegateAdapter.dropSessionDidUpdate(UICollectionView collectionView,
UIDropSession session,
NSIndexPath destinationIndexPath) |
|
UITableViewDropProposal |
UITableViewDropDelegate.dropSessionDidUpdate(UITableView tableView,
UIDropSession session,
NSIndexPath destinationIndexPath) |
|
UITableViewDropProposal |
UITableViewDropDelegateAdapter.dropSessionDidUpdate(UITableView tableView,
UIDropSession session,
NSIndexPath destinationIndexPath) |
|
void |
UITextDropDelegate.dropSessionDidUpdate(UIView textDroppableView,
UIDropSession session) |
|
void |
UITextDropDelegateAdapter.dropSessionDidUpdate(UIView textDroppableView,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.performDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.performDrop(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.sessionDidEnd(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.sessionDidEnd(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.sessionDidEnter(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.sessionDidEnter(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegate.sessionDidExit(UIDropInteraction interaction,
UIDropSession session) |
|
void |
UIDropInteractionDelegateAdapter.sessionDidExit(UIDropInteraction interaction,
UIDropSession session) |
|
UIDropProposal |
UIDropInteractionDelegate.sessionDidUpdate(UIDropInteraction interaction,
UIDropSession session) |
|
UIDropProposal |
UIDropInteractionDelegateAdapter.sessionDidUpdate(UIDropInteraction interaction,
UIDropSession session) |
|