Trait objc2_ui_kit::UIFocusItemContainer
source · pub unsafe trait UIFocusItemContainer: NSObjectProtocol + IsMainThreadOnly {
// Provided methods
unsafe fn coordinateSpace(
&self
) -> Retained<ProtocolObject<dyn UICoordinateSpace>>
where Self: Sized + Message { ... }
unsafe fn focusItemsInRect(
&self,
rect: CGRect
) -> Retained<NSArray<ProtocolObject<dyn UIFocusItem>>>
where Self: Sized + Message { ... }
}Available on crate feature
UIFocus only.Provided Methods§
unsafe fn coordinateSpace( &self ) -> Retained<ProtocolObject<dyn UICoordinateSpace>>
Available on crate feature
UIView only.unsafe fn focusItemsInRect( &self, rect: CGRect ) -> Retained<NSArray<ProtocolObject<dyn UIFocusItem>>>
Trait Implementations§
source§impl ProtocolType for dyn UIFocusItemContainer
impl ProtocolType for dyn UIFocusItemContainer
impl<T> ImplementedBy<T> for dyn UIFocusItemContainer
Implementations on Foreign Types§
impl<T> UIFocusItemContainer for ProtocolObject<T>where
T: ?Sized + UIFocusItemContainer,
Implementors§
impl UIFocusItemContainer for UIActionSheet
Available on crate features
UIResponder and UIView and UIActionSheet only.impl UIFocusItemContainer for UIActivityIndicatorView
Available on crate features
UIResponder and UIView and UIActivityIndicatorView only.impl UIFocusItemContainer for UIAlertView
Available on crate features
UIResponder and UIView and UIAlertView only.impl UIFocusItemContainer for UIButton
Available on crate features
UIControl and UIResponder and UIView and UIButton only.impl UIFocusItemContainer for UICalendarView
Available on crate features
UIResponder and UIView and UICalendarView only.impl UIFocusItemContainer for UICollectionReusableView
Available on crate features
UIResponder and UIView and UICollectionViewCell only.impl UIFocusItemContainer for UICollectionView
Available on crate features
UIResponder and UIScrollView and UIView and UICollectionView only.impl UIFocusItemContainer for UICollectionViewCell
Available on crate features
UIResponder and UIView and UICollectionViewCell only.impl UIFocusItemContainer for UICollectionViewListCell
Available on crate features
UICollectionViewCell and UIResponder and UIView and UICollectionViewListCell only.impl UIFocusItemContainer for UIColorWell
Available on crate features
UIControl and UIResponder and UIView and UIColorWell only.impl UIFocusItemContainer for UIControl
Available on crate features
UIResponder and UIView and UIControl only.impl UIFocusItemContainer for UIDatePicker
Available on crate features
UIControl and UIResponder and UIView and UIDatePicker only.impl UIFocusItemContainer for UIEventAttributionView
Available on crate features
UIResponder and UIView and UIEventAttributionView only.impl UIFocusItemContainer for UIImageView
Available on crate features
UIResponder and UIView and UIImageView only.impl UIFocusItemContainer for UIInputView
Available on crate features
UIResponder and UIView and UIInputView only.impl UIFocusItemContainer for UILabel
Available on crate features
UIResponder and UIView and UILabel only.impl UIFocusItemContainer for UIListContentView
Available on crate features
UIResponder and UIView and UIListContentConfiguration only.impl UIFocusItemContainer for UIPageControl
Available on crate features
UIControl and UIResponder and UIView and UIPageControl only.impl UIFocusItemContainer for UIPasteControl
Available on crate features
UIControl and UIResponder and UIView and UIPasteControl only.impl UIFocusItemContainer for UIPickerView
Available on crate features
UIResponder and UIView and UIPickerView only.impl UIFocusItemContainer for UIPopoverBackgroundView
Available on crate features
UIResponder and UIView and UIPopoverBackgroundView only.impl UIFocusItemContainer for UIProgressView
Available on crate features
UIResponder and UIView and UIProgressView only.impl UIFocusItemContainer for UIRefreshControl
Available on crate features
UIControl and UIResponder and UIView and UIRefreshControl only.impl UIFocusItemContainer for UIScrollView
Available on crate features
UIResponder and UIView and UIScrollView only.impl UIFocusItemContainer for UISearchBar
Available on crate features
UIResponder and UIView and UISearchBar only.impl UIFocusItemContainer for UISearchTextField
Available on crate features
UIControl and UIResponder and UITextField and UIView and UISearchTextField only.impl UIFocusItemContainer for UISegmentedControl
Available on crate features
UIControl and UIResponder and UIView and UISegmentedControl only.impl UIFocusItemContainer for UISlider
Available on crate features
UIControl and UIResponder and UIView and UISlider only.impl UIFocusItemContainer for UIStackView
Available on crate features
UIResponder and UIView and UIStackView only.impl UIFocusItemContainer for UIStandardTextCursorView
Available on crate features
UIResponder and UIView and UIStandardTextCursorView only.impl UIFocusItemContainer for UIStepper
Available on crate features
UIControl and UIResponder and UIView and UIStepper only.impl UIFocusItemContainer for UISwitch
Available on crate features
UIControl and UIResponder and UIView and UISwitch only.impl UIFocusItemContainer for UITabBar
Available on crate features
UIResponder and UIView and UITabBar only.impl UIFocusItemContainer for UITableView
Available on crate features
UIResponder and UIScrollView and UIView and UITableView only.impl UIFocusItemContainer for UITableViewCell
Available on crate features
UIResponder and UIView and UITableViewCell only.impl UIFocusItemContainer for UITextField
Available on crate features
UIControl and UIResponder and UIView and UITextField only.impl UIFocusItemContainer for UITextView
Available on crate features
UIResponder and UIScrollView and UIView and UITextView only.impl UIFocusItemContainer for UIToolbar
Available on crate features
UIResponder and UIView and UIToolbar only.impl UIFocusItemContainer for UIView
Available on crate features
UIResponder and UIView only.impl UIFocusItemContainer for UIVisualEffectView
Available on crate features
UIResponder and UIView and UIVisualEffectView only.impl UIFocusItemContainer for UIWebView
Available on crate features
UIResponder and UIView and UIWebView only.impl UIFocusItemContainer for UIWindow
Available on crate features
UIResponder and UIView and UIWindow only.