public interface UIPickerViewAccessibilityDelegate extends UIPickerViewDelegate
| Modifier and Type | Method and Description |
|---|---|
default NSAttributedString |
pickerViewAccessibilityAttributedHintForComponent(UIPickerView pickerView,
long component) |
default NSAttributedString |
pickerViewAccessibilityAttributedLabelForComponent(UIPickerView pickerView,
long component)
If an object adopting this protocol responds to these methods, the system will try sending them before sending their non-attributed versions.
|
default NSArray<? extends NSAttributedString> |
pickerViewAccessibilityAttributedUserInputLabelsForComponent(UIPickerView pickerView,
long component) |
default java.lang.String |
pickerViewAccessibilityHintForComponent(UIPickerView pickerView,
long component) |
default java.lang.String |
pickerViewAccessibilityLabelForComponent(UIPickerView pickerView,
long component) |
default NSArray<java.lang.String> |
pickerViewAccessibilityUserInputLabelsForComponent(UIPickerView pickerView,
long component) |
pickerViewAttributedTitleForRowForComponent, pickerViewDidSelectRowInComponent, pickerViewRowHeightForComponent, pickerViewTitleForRowForComponent, pickerViewViewForRowForComponentReusingView, pickerViewWidthForComponentdefault java.lang.String pickerViewAccessibilityHintForComponent(UIPickerView pickerView, long component)
default java.lang.String pickerViewAccessibilityLabelForComponent(UIPickerView pickerView, long component)
default NSAttributedString pickerViewAccessibilityAttributedHintForComponent(UIPickerView pickerView, long component)
default NSAttributedString pickerViewAccessibilityAttributedLabelForComponent(UIPickerView pickerView, long component)
default NSArray<? extends NSAttributedString> pickerViewAccessibilityAttributedUserInputLabelsForComponent(UIPickerView pickerView, long component)
default NSArray<java.lang.String> pickerViewAccessibilityUserInputLabelsForComponent(UIPickerView pickerView, long component)