Package org.robovm.apple.uikit
Interface UIPickerViewAccessibilityDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIPickerViewDelegate
- All Known Implementing Classes:
UIPickerViewAccessibilityDelegateAdapter
public interface UIPickerViewAccessibilityDelegate extends UIPickerViewDelegate
-
Method Summary
Modifier and Type Method Description NSAttributedStringgetAccessibilityAttributedHint(UIPickerView pickerView, long component)NSAttributedStringgetAccessibilityAttributedLabel(UIPickerView pickerView, long component)NSArray<NSAttributedString>getAccessibilityAttributedUserInputLabels(UIPickerView pickerView, long component)StringgetAccessibilityHint(UIPickerView pickerView, long component)StringgetAccessibilityLabel(UIPickerView pickerView, long component)NSArray<NSString>getAccessibilityUserInputLabels(UIPickerView pickerView, long component)Methods inherited from interface org.robovm.apple.uikit.UIPickerViewDelegate
didSelectRow, getAttributedRowTitle, getComponentWidth, getRowHeight, getRowTitle, getRowView
-
Method Details
-
getAccessibilityLabel
-
getAccessibilityHint
-
getAccessibilityUserInputLabels
- Since:
- Available in iOS 13.0 and later.
-
getAccessibilityAttributedLabel
- Since:
- Available in iOS 11.0 and later.
-
getAccessibilityAttributedHint
- Since:
- Available in iOS 11.0 and later.
-
getAccessibilityAttributedUserInputLabels
NSArray<NSAttributedString> getAccessibilityAttributedUserInputLabels(UIPickerView pickerView, long component)- Since:
- Available in iOS 13.0 and later.
-