Picker

public final class Picker : UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource, AmytisViewType, JSPickerExport, ExtendableView

Undocumented

  • //////////////////// extendable view protocol

    Declaration

    Swift

    public var params: [String : Any]
  • id

    Undocumented

    Declaration

    Swift

    public var id: String { get set }
  • Undocumented

    Declaration

    Swift

    public var frame2: Frame { get set }
  • Undocumented

    Declaration

    Swift

    public var parent: AmytisView { get set }
  • Undocumented

    Declaration

    Swift

    public var viewXML: XML { get set }
  • Undocumented

    Declaration

    Swift

    @objc
    public func reRenderWithChild(_ xml: String)
  • Undocumented

    Declaration

    Swift

    @objc
    public func reRender(_ params: [String : Any])
  • Undocumented

    Declaration

    Swift

    @objc
    public func reCalculateFrame(_ animated: Bool)
  • Undocumented

    Declaration

    Swift

    @objc
    public func animateToFrame(_ string: String, _ time: Double = 0.5, _ completion: JSValue? = nil)
  • ////////////////////////////////////////////

    Declaration

    Swift

    public func rowHeight(_ height: Int) -> Picker
  • ////////////////////////////////////////////

    Declaration

    Swift

    public var _onSelect: JSValue?
  • Undocumented

    Declaration

    Swift

    public var _onSelect2: ((Int, Int) -> Void)?
  • Undocumented

    Declaration

    Swift

    public var onSelect: Any { get set }
  • Undocumented

    Declaration

    Swift

    public func onSelect(_ action: @escaping (Int, Int) -> Void)
  • Undocumented

    Declaration

    Swift

    public func requiredInit()
  • Undocumented

    Declaration

    Swift

    public func config()
  • Undocumented

    Declaration

    Swift

    public func titles(_ component: Int, _ titles: [String])
  • Undocumented

    Declaration

    Swift

    public func select(_ component: Int, _ row: Int)
  • Undocumented

    Declaration

    Swift

    public func numberOfComponents(in pickerView: UIPickerView) -> Int
  • Undocumented

    Declaration

    Swift

    public func pickerView(_ pickerView: UIPickerView, numberOfRowsInComponent component: Int) -> Int
  • Undocumented

    Declaration

    Swift

    public func pickerView(_ pickerView: UIPickerView, widthForComponent component: Int) -> CGFloat
  • Undocumented

    Declaration

    Swift

    public func pickerView(_ pickerView: UIPickerView, titleForRow row: Int, forComponent component: Int) -> String?
  • Undocumented

    Declaration

    Swift

    public func pickerView(_ pickerView: UIPickerView, viewForRow row: Int, forComponent component: Int, reusing view: UIView?) -> UIView
  • Undocumented

    Declaration

    Swift

    public func pickerView(_ pickerView: UIPickerView, rowHeightForComponent component: Int) -> CGFloat
  • Undocumented

    Declaration

    Swift

    public func pickerView(_ pickerView: UIPickerView, didSelectRow row: Int, inComponent component: Int)