C# Class MvvmCross.Binding.iOS.Views.MvxStandardTableViewCell

Inheritance: MvxTableViewCell
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxStandardTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
MvxStandardTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewCell ( IntPtr handle ) : System
MvxStandardTableViewCell ( string bindingText, IntPtr handle ) : System
MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
SetSelected ( bool selected, bool animated ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeImageLoader ( ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MvxStandardTableViewCell() public method

public MvxStandardTableViewCell ( IEnumerable bindingDescriptions, IntPtr handle ) : System
bindingDescriptions IEnumerable
handle System.IntPtr
return System

MvxStandardTableViewCell() public method

public MvxStandardTableViewCell ( IEnumerable bindingDescriptions, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingDescriptions IEnumerable
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
return System

MvxStandardTableViewCell() public method

public MvxStandardTableViewCell ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxStandardTableViewCell() public method

public MvxStandardTableViewCell ( string bindingText, IntPtr handle ) : System
bindingText string
handle System.IntPtr
return System

MvxStandardTableViewCell() public method

public MvxStandardTableViewCell ( string bindingText, UITableViewCellStyle cellStyle, NSString cellIdentifier, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
bindingText string
cellStyle UITableViewCellStyle
cellIdentifier NSString
tableViewCellAccessory UITableViewCellAccessory
return System

SetSelected() public method

public SetSelected ( bool selected, bool animated ) : void
selected bool
animated bool
return void