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§

source

unsafe fn coordinateSpace( &self ) -> Retained<ProtocolObject<dyn UICoordinateSpace>>
where Self: Sized + Message,

Available on crate feature UIView only.
source

unsafe fn focusItemsInRect( &self, rect: CGRect ) -> Retained<NSArray<ProtocolObject<dyn UIFocusItem>>>
where Self: Sized + Message,

Trait Implementations§

source§

impl ProtocolType for dyn UIFocusItemContainer

source§

const NAME: &'static str = "UIFocusItemContainer"

The name of the Objective-C protocol that this type represents.
source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
source§

impl<T> ImplementedBy<T> for dyn UIFocusItemContainer

Implementations on Foreign Types§

source§

impl<T> UIFocusItemContainer for ProtocolObject<T>

Implementors§

source§

impl UIFocusItemContainer for UIActionSheet

Available on crate features UIResponder and UIView and UIActionSheet only.
source§

impl UIFocusItemContainer for UIActivityIndicatorView

Available on crate features UIResponder and UIView and UIActivityIndicatorView only.
source§

impl UIFocusItemContainer for UIAlertView

Available on crate features UIResponder and UIView and UIAlertView only.
source§

impl UIFocusItemContainer for UIButton

Available on crate features UIControl and UIResponder and UIView and UIButton only.
source§

impl UIFocusItemContainer for UICalendarView

Available on crate features UIResponder and UIView and UICalendarView only.
source§

impl UIFocusItemContainer for UICollectionReusableView

Available on crate features UIResponder and UIView and UICollectionViewCell only.
source§

impl UIFocusItemContainer for UICollectionView

Available on crate features UIResponder and UIScrollView and UIView and UICollectionView only.
source§

impl UIFocusItemContainer for UICollectionViewCell

Available on crate features UIResponder and UIView and UICollectionViewCell only.
source§

impl UIFocusItemContainer for UICollectionViewListCell

Available on crate features UICollectionViewCell and UIResponder and UIView and UICollectionViewListCell only.
source§

impl UIFocusItemContainer for UIColorWell

Available on crate features UIControl and UIResponder and UIView and UIColorWell only.
source§

impl UIFocusItemContainer for UIContentUnavailableView

Available on crate features UIResponder and UIView and UIContentUnavailableView only.
source§

impl UIFocusItemContainer for UIControl

Available on crate features UIResponder and UIView and UIControl only.
source§

impl UIFocusItemContainer for UIDatePicker

Available on crate features UIControl and UIResponder and UIView and UIDatePicker only.
source§

impl UIFocusItemContainer for UIEventAttributionView

Available on crate features UIResponder and UIView and UIEventAttributionView only.
source§

impl UIFocusItemContainer for UIImageView

Available on crate features UIResponder and UIView and UIImageView only.
source§

impl UIFocusItemContainer for UIInputView

Available on crate features UIResponder and UIView and UIInputView only.
source§

impl UIFocusItemContainer for UILabel

Available on crate features UIResponder and UIView and UILabel only.
source§

impl UIFocusItemContainer for UIListContentView

Available on crate features UIResponder and UIView and UIListContentConfiguration only.
source§

impl UIFocusItemContainer for UINavigationBar

Available on crate features UIResponder and UIView and UINavigationBar only.
source§

impl UIFocusItemContainer for UIPageControl

Available on crate features UIControl and UIResponder and UIView and UIPageControl only.
source§

impl UIFocusItemContainer for UIPasteControl

Available on crate features UIControl and UIResponder and UIView and UIPasteControl only.
source§

impl UIFocusItemContainer for UIPickerView

Available on crate features UIResponder and UIView and UIPickerView only.
source§

impl UIFocusItemContainer for UIPopoverBackgroundView

Available on crate features UIResponder and UIView and UIPopoverBackgroundView only.
source§

impl UIFocusItemContainer for UIProgressView

Available on crate features UIResponder and UIView and UIProgressView only.
source§

impl UIFocusItemContainer for UIRefreshControl

Available on crate features UIControl and UIResponder and UIView and UIRefreshControl only.
source§

impl UIFocusItemContainer for UIScrollView

Available on crate features UIResponder and UIView and UIScrollView only.
source§

impl UIFocusItemContainer for UISearchBar

Available on crate features UIResponder and UIView and UISearchBar only.
source§

impl UIFocusItemContainer for UISearchTextField

Available on crate features UIControl and UIResponder and UITextField and UIView and UISearchTextField only.
source§

impl UIFocusItemContainer for UISegmentedControl

Available on crate features UIControl and UIResponder and UIView and UISegmentedControl only.
source§

impl UIFocusItemContainer for UISlider

Available on crate features UIControl and UIResponder and UIView and UISlider only.
source§

impl UIFocusItemContainer for UIStackView

Available on crate features UIResponder and UIView and UIStackView only.
source§

impl UIFocusItemContainer for UIStandardTextCursorView

Available on crate features UIResponder and UIView and UIStandardTextCursorView only.
source§

impl UIFocusItemContainer for UIStepper

Available on crate features UIControl and UIResponder and UIView and UIStepper only.
source§

impl UIFocusItemContainer for UISwitch

Available on crate features UIControl and UIResponder and UIView and UISwitch only.
source§

impl UIFocusItemContainer for UITabBar

Available on crate features UIResponder and UIView and UITabBar only.
source§

impl UIFocusItemContainer for UITableView

Available on crate features UIResponder and UIScrollView and UIView and UITableView only.
source§

impl UIFocusItemContainer for UITableViewCell

Available on crate features UIResponder and UIView and UITableViewCell only.
source§

impl UIFocusItemContainer for UITableViewHeaderFooterView

Available on crate features UIResponder and UIView and UITableViewHeaderFooterView only.
source§

impl UIFocusItemContainer for UITextField

Available on crate features UIControl and UIResponder and UIView and UITextField only.
source§

impl UIFocusItemContainer for UITextView

Available on crate features UIResponder and UIScrollView and UIView and UITextView only.
source§

impl UIFocusItemContainer for UIToolbar

Available on crate features UIResponder and UIView and UIToolbar only.
source§

impl UIFocusItemContainer for UIView

Available on crate features UIResponder and UIView only.
source§

impl UIFocusItemContainer for UIVisualEffectView

Available on crate features UIResponder and UIView and UIVisualEffectView only.
source§

impl UIFocusItemContainer for UIWebView

Available on crate features UIResponder and UIView and UIWebView only.
source§

impl UIFocusItemContainer for UIWindow

Available on crate features UIResponder and UIView and UIWindow only.