Package org.robovm.apple.uikit
Class UIPopoverPresentationControllerDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIAdaptivePresentationControllerDelegateAdapter
org.robovm.apple.uikit.UIPopoverPresentationControllerDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIAdaptivePresentationControllerDelegate,UIPopoverPresentationControllerDelegate,ObjCProtocol
public class UIPopoverPresentationControllerDelegateAdapter extends UIAdaptivePresentationControllerDelegateAdapter implements UIPopoverPresentationControllerDelegate
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIPopoverPresentationControllerDelegateAdapter() -
Method Summary
Modifier and Type Method Description voiddidDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0.voidprepareForPopoverPresentation(UIPopoverPresentationController popoverPresentationController)booleanshouldDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0.voidwillRepositionPopover(UIPopoverPresentationController popoverPresentationController, CGRect rect, UIView.UIViewPtr view)Methods inherited from class org.robovm.apple.uikit.UIAdaptivePresentationControllerDelegateAdapter
getAdaptivePresentationStyle, getAdaptivePresentationStyle, getViewController, prepareAdaptivePresentationController, presentationControllerDidAttemptToDismiss, presentationControllerDidDismiss, presentationControllerShouldDismiss, presentationControllerWillDismiss, willPresentMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from interface org.robovm.apple.uikit.UIAdaptivePresentationControllerDelegate
getAdaptivePresentationStyle, getAdaptivePresentationStyle, getViewController, prepareAdaptivePresentationController, presentationControllerDidAttemptToDismiss, presentationControllerDidDismiss, presentationControllerShouldDismiss, presentationControllerWillDismiss, willPresent
-
Constructor Details
-
UIPopoverPresentationControllerDelegateAdapter
public UIPopoverPresentationControllerDelegateAdapter()
-
-
Method Details
-
prepareForPopoverPresentation
public void prepareForPopoverPresentation(UIPopoverPresentationController popoverPresentationController)- Specified by:
prepareForPopoverPresentationin interfaceUIPopoverPresentationControllerDelegate
-
shouldDismissPopover
@Deprecated public boolean shouldDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0. Use presentationControllerShouldDismiss:- Specified by:
shouldDismissPopoverin interfaceUIPopoverPresentationControllerDelegate
-
didDismissPopover
@Deprecated public void didDismissPopover(UIPopoverPresentationController popoverPresentationController)Deprecated.Deprecated in iOS 13.0. Use presentationControllerDidDismiss:- Specified by:
didDismissPopoverin interfaceUIPopoverPresentationControllerDelegate
-
willRepositionPopover
public void willRepositionPopover(UIPopoverPresentationController popoverPresentationController, CGRect rect, UIView.UIViewPtr view)- Specified by:
willRepositionPopoverin interfaceUIPopoverPresentationControllerDelegate
-