C# Class ClanceysLib.PickerData

Inheritance: UIPickerViewModel
Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
GetComponentCount ( UIPickerView uipv ) : int
GetComponentWidth ( UIPickerView uipv, int comp ) : float
GetRowHeight ( UIPickerView uipv, int comp ) : float
GetRowsInComponent ( UIPickerView uipv, int comp ) : int
GetTitle ( UIPickerView uipv, int row, int comp ) : string
PickerData ( PickerView picker ) : System
Selected ( UIPickerView uipv, int row, int comp ) : 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 comp ) : int
uipv UIPickerView
comp int
return int

GetTitle() public method

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

PickerData() public method

public PickerData ( PickerView picker ) : System
picker PickerView
return System

Selected() public method

public Selected ( UIPickerView uipv, int row, int comp ) : void
uipv UIPickerView
row int
comp int
return void