C# Class MonoMobile.Forms.ActivityElement

Inheritance: MonoTouch.Dialog.UIViewElement, IElementSizing
Afficher le fichier Open project: escoz/MonoMobile.Forms

Méthodes publiques

Méthode 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

Méthode Description
updateCell ( AnimatingCell cell ) : void

Method Details

ActivityElement() public méthode

public ActivityElement ( string caption, string activity, string value ) : MonoTouch.UIKit
caption string
activity string
value string
Résultat MonoTouch.UIKit

GetCell() public méthode

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
Résultat UITableViewCell

GetHeight() public méthode

public GetHeight ( UITableView tableView, MonoTouch indexPath ) : float
tableView UITableView
indexPath MonoTouch
Résultat float

Selected() public méthode

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