C# Class ListBoxConcept.PickerModel

Inheritance: UIPickerViewModel
Exibir arquivo Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Methods

Method Description
GetComponentCount ( UIPickerView uipv ) : int
GetComponentWidth ( UIPickerView uipv, int comp ) : float
GetRowHeight ( UIPickerView uipv, int comp ) : float
GetRowsInComponent ( UIPickerView uipv, int component ) : int
GetTitle ( UIPickerView uipv, int row, int component ) : string
PickerModel ( UIView currentView ) : System
Selected ( UIPickerView picker, int row, int component ) : void

Method Details

GetComponentCount() public method

public GetComponentCount ( UIPickerView uipv ) : int
uipv UIPickerView
return int

GetComponentWidth() public method

public GetComponentWidth ( UIPickerView uipv, int comp ) : float
uipv UIPickerView
comp int
return float

GetRowHeight() public method

public GetRowHeight ( UIPickerView uipv, int comp ) : float
uipv UIPickerView
comp int
return float

GetRowsInComponent() public method

public GetRowsInComponent ( UIPickerView uipv, int component ) : int
uipv UIPickerView
component int
return int

GetTitle() public method

public GetTitle ( UIPickerView uipv, int row, int component ) : string
uipv UIPickerView
row int
component int
return string

PickerModel() public method

public PickerModel ( UIView currentView ) : System
currentView UIView
return System

Selected() public method

public Selected ( UIPickerView picker, int row, int component ) : void
picker UIPickerView
row int
component int
return void