C# Class SharpMobileCode.ModalPicker.CustomPickerModel

Inheritance: UIPickerViewModel
Mostrar archivo Open project: SharpMobileCode/ModalPickerViewController

Public Methods

Method Description
CustomPickerModel ( List itemsList ) : System
GetComponentCount ( UIPickerView picker ) : nint
GetRowsInComponent ( UIPickerView picker, nint component ) : nint
GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView

Method Details

CustomPickerModel() public method

public CustomPickerModel ( List itemsList ) : System
itemsList List
return System

GetComponentCount() public method

public GetComponentCount ( UIPickerView picker ) : nint
picker UIPickerView
return nint

GetRowsInComponent() public method

public GetRowsInComponent ( UIPickerView picker, nint component ) : nint
picker UIPickerView
component nint
return nint

GetView() public method

public GetView ( UIPickerView picker, nint row, nint component, UIView view ) : UIView
picker UIPickerView
row nint
component nint
view UIView
return UIView