C# Class FlexChartSample.ThemingController.ThemeModel

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

Public Methods

Method Description
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
ThemeModel ( ThemingController tk ) : System

Method Details

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

ThemeModel() public method

public ThemeModel ( ThemingController tk ) : System
tk ThemingController
return System