Package org.robovm.apple.uikit
Class UIFocusGuide
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UILayoutGuide
org.robovm.apple.uikit.UIFocusGuide
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,ObjCProtocol
public class UIFocusGuide extends UILayoutGuide
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIFocusGuide.UIFocusGuidePtrNested classes/interfaces inherited from class org.robovm.apple.uikit.UILayoutGuide
UILayoutGuide.UILayoutGuidePtrNested 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 Modifier Constructor Description UIFocusGuide()protectedUIFocusGuide(NSObject.Handle h, long handle)protectedUIFocusGuide(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description UIViewgetPreferredFocusedView()Deprecated.Deprecated in iOS 10.0.List<UIFocusEnvironment>getPreferredFocusEnvironments()booleanisEnabled()voidsetEnabled(boolean v)voidsetPreferredFocusedView(UIView v)Deprecated.Deprecated in iOS 10.0.voidsetPreferredFocusEnvironments(List<UIFocusEnvironment> v)Methods inherited from class org.robovm.apple.uikit.UILayoutGuide
encode, getBottomAnchor, getCenterXAnchor, getCenterYAnchor, getConstraintsAffectingLayout, getHeightAnchor, getIdentifier, getLayoutFrame, getLeadingAnchor, getLeftAnchor, getOwningView, getRightAnchor, getTopAnchor, getTrailingAnchor, getWidthAnchor, hasAmbiguousLayout, init, setIdentifier, setOwningViewMethods 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
-
UIFocusGuide
public UIFocusGuide() -
UIFocusGuide
-
UIFocusGuide
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean v) -
getPreferredFocusEnvironments
- Since:
- Available in iOS 10.0 and later.
-
setPreferredFocusEnvironments
- Since:
- Available in iOS 10.0 and later.
-
getPreferredFocusedView
Deprecated.Deprecated in iOS 10.0. Use preferredFocusEnvironments- Since:
- Available in iOS 9.0 and later.
-
setPreferredFocusedView
Deprecated.Deprecated in iOS 10.0. Use preferredFocusEnvironments- Since:
- Available in iOS 9.0 and later.
-