C# Class MonoMobile.Forms.ActivityElement

Inheritance: MonoTouch.Dialog.UIViewElement, IElementSizing
显示文件 Open project: escoz/MonoMobile.Forms

Public Methods

Method Description
ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
GetCell ( UITableView tv ) : UITableViewCell
GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Private Methods

Method Description
updateCell ( AnimatingCell cell ) : void

Method Details

ActivityElement() public method

public ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
caption string
activity string
value string
return MonoTouch.UIKit

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetHeight() public method

public GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
tableView UITableView
indexPath MonoTouch
return float

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
return void