Interface UIPickerViewDelegate

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Subinterfaces:
UIPickerViewAccessibilityDelegate
All Known Implementing Classes:
UIPickerViewAccessibilityDelegateAdapter, UIPickerViewDelegateAdapter, UIPickerViewModel

public interface UIPickerViewDelegate
extends NSObjectProtocol
  • Method Details

    • getComponentWidth

      double getComponentWidth​(UIPickerView pickerView, long component)
    • getRowHeight

      double getRowHeight​(UIPickerView pickerView, long component)
    • getRowTitle

      String getRowTitle​(UIPickerView pickerView, long row, long component)
    • getAttributedRowTitle

      NSAttributedString getAttributedRowTitle​(UIPickerView pickerView, long row, long component)
    • getRowView

      UIView getRowView​(UIPickerView pickerView, long row, long component, UIView view)
    • didSelectRow

      void didSelectRow​(UIPickerView pickerView, long row, long component)