Package org.robovm.apple.uikit
Class UISplitViewControllerDelegateAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UISplitViewControllerDelegateAdapter
- All Implemented Interfaces:
NSObjectProtocol,UISplitViewControllerDelegate,ObjCProtocol
public class UISplitViewControllerDelegateAdapter extends NSObject implements UISplitViewControllerDelegate
-
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 UISplitViewControllerDelegateAdapter() -
Method Summary
Methods 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, updateStrongRef
-
Constructor Details
-
UISplitViewControllerDelegateAdapter
public UISplitViewControllerDelegateAdapter()
-
-
Method Details
-
willChangeToDisplayMode
public void willChangeToDisplayMode(UISplitViewController svc, UISplitViewControllerDisplayMode displayMode)- Specified by:
willChangeToDisplayModein interfaceUISplitViewControllerDelegate
-
getTargetDisplayMode
- Specified by:
getTargetDisplayModein interfaceUISplitViewControllerDelegate
-
showViewController
public boolean showViewController(UISplitViewController splitViewController, UIViewController vc, NSObject sender)- Specified by:
showViewControllerin interfaceUISplitViewControllerDelegate
-
showDetailViewController
public boolean showDetailViewController(UISplitViewController splitViewController, UIViewController vc, NSObject sender)- Specified by:
showDetailViewControllerin interfaceUISplitViewControllerDelegate
-
getPrimaryViewControllerForCollapsing
public UIViewController getPrimaryViewControllerForCollapsing(UISplitViewController splitViewController)- Specified by:
getPrimaryViewControllerForCollapsingin interfaceUISplitViewControllerDelegate
-
getPrimaryViewControllerForExpanding
public UIViewController getPrimaryViewControllerForExpanding(UISplitViewController splitViewController)- Specified by:
getPrimaryViewControllerForExpandingin interfaceUISplitViewControllerDelegate
-
collapseSecondaryViewController
public boolean collapseSecondaryViewController(UISplitViewController splitViewController, UIViewController secondaryViewController, UIViewController primaryViewController)- Specified by:
collapseSecondaryViewControllerin interfaceUISplitViewControllerDelegate
-
separateSecondaryViewController
public UIViewController separateSecondaryViewController(UISplitViewController splitViewController, UIViewController primaryViewController)- Specified by:
separateSecondaryViewControllerin interfaceUISplitViewControllerDelegate
-
getSupportedInterfaceOrientations
public UIInterfaceOrientationMask getSupportedInterfaceOrientations(UISplitViewController splitViewController)- Specified by:
getSupportedInterfaceOrientationsin interfaceUISplitViewControllerDelegate
-
getPreferredInterfaceOrientation
public UIInterfaceOrientation getPreferredInterfaceOrientation(UISplitViewController splitViewController)- Specified by:
getPreferredInterfaceOrientationin interfaceUISplitViewControllerDelegate
-
willHideViewController
@Deprecated public void willHideViewController(UISplitViewController svc, UIViewController aViewController, UIBarButtonItem barButtonItem, UIPopoverController pc)Deprecated.Deprecated in iOS 8.0. Use splitViewController:willChangeToDisplayMode: and displayModeButtonItem instead- Specified by:
willHideViewControllerin interfaceUISplitViewControllerDelegate
-
willShowViewController
@Deprecated public void willShowViewController(UISplitViewController svc, UIViewController aViewController, UIBarButtonItem barButtonItem)Deprecated.Deprecated in iOS 8.0. Use splitViewController:willChangeToDisplayMode: and displayModeButtonItem instead- Specified by:
willShowViewControllerin interfaceUISplitViewControllerDelegate
-
willPresentViewController
@Deprecated public void willPresentViewController(UISplitViewController svc, UIPopoverController pc, UIViewController aViewController)Deprecated.Deprecated in iOS 8.0. Use splitViewController:willChangeToDisplayMode:- Specified by:
willPresentViewControllerin interfaceUISplitViewControllerDelegate
-
shouldHideViewController
@Deprecated public boolean shouldHideViewController(UISplitViewController svc, UIViewController vc, UIInterfaceOrientation orientation)Deprecated.Deprecated in iOS 8.0. Use preferredDisplayMode- Specified by:
shouldHideViewControllerin interfaceUISplitViewControllerDelegate
-
getTopColumnForCollapsingToProposedTopColumn
public UISplitViewControllerColumn getTopColumnForCollapsingToProposedTopColumn(UISplitViewController svc, UISplitViewControllerColumn proposedTopColumn)- Specified by:
getTopColumnForCollapsingToProposedTopColumnin interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
getDisplayModeForExpandingToProposedDisplayMode
public UISplitViewControllerDisplayMode getDisplayModeForExpandingToProposedDisplayMode(UISplitViewController svc, UISplitViewControllerDisplayMode proposedDisplayMode)- Specified by:
getDisplayModeForExpandingToProposedDisplayModein interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
didCollapse
- Specified by:
didCollapsein interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
didExpand
- Specified by:
didExpandin interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
willShowColumn
- Specified by:
willShowColumnin interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
willHideColumn
- Specified by:
willHideColumnin interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
interactivePresentationGestureWillBegin
- Specified by:
interactivePresentationGestureWillBeginin interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-
interactivePresentationGestureDidEnd
- Specified by:
interactivePresentationGestureDidEndin interfaceUISplitViewControllerDelegate- Since:
- Available in iOS 14.0 and later.
-