C# Class FlexChartSample.LoadAnimationController.ChartTypesModel

Inheritance: UIPickerViewModel
ファイルを表示 Open project: GoXuni/Xamarin.iOS-Samples

Public Methods

Method Description
ChartTypesModel ( LoadAnimationController tk ) : System
GetComponentCount ( UIPickerView v ) : nint
GetRowsInComponent ( UIPickerView pickerView, nint component ) : nint
GetTitle ( UIPickerView picker, nint row, nint component ) : string
Selected ( UIPickerView picker, nint row, nint component ) : void

Method Details

ChartTypesModel() public method

public ChartTypesModel ( LoadAnimationController tk ) : System
tk LoadAnimationController
return System

GetComponentCount() public method

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

GetRowsInComponent() public method

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

GetTitle() public method

public GetTitle ( UIPickerView picker, nint row, nint component ) : string
picker UIPickerView
row nint
component nint
return string

Selected() public method

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