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