C# Class MonoTouch.Dialog.EntryElementCell

Inheritance: UITableViewCell
Afficher le fichier Open project: escoz/MonoMobile.Forms Class Usage Examples

Méthodes publiques

Свойство Type Description
KEY NSString

Protected Properties

Свойство Type Description
_element EntryElement
_entry CustomTextField

Méthodes publiques

Méthode Description
BecomeFirstResponder ( ) : bool
EntryElementCell ( ) : System
EntryElementCell ( string key ) : System
PrepareForReuse ( ) : void
ResignFirstResponder ( ) : bool
Update ( EntryElement element, UITableView tableView ) : void

Méthodes protégées

Méthode Description
PrepareEntry ( UITableView tableview ) : void

Private Methods

Méthode Description
_computeEntryPosition ( UITableView tv ) : SizeF

Method Details

BecomeFirstResponder() public méthode

public BecomeFirstResponder ( ) : bool
Résultat bool

EntryElementCell() public méthode

public EntryElementCell ( ) : System
Résultat System

EntryElementCell() public méthode

public EntryElementCell ( string key ) : System
key string
Résultat System

PrepareEntry() protected méthode

protected PrepareEntry ( UITableView tableview ) : void
tableview UITableView
Résultat void

PrepareForReuse() public méthode

public PrepareForReuse ( ) : void
Résultat void

ResignFirstResponder() public méthode

public ResignFirstResponder ( ) : bool
Résultat bool

Update() public méthode

public Update ( EntryElement element, UITableView tableView ) : void
element EntryElement
tableView UITableView
Résultat void

Property Details

KEY public_oe static_oe property

public static NSString KEY
Résultat NSString

_element protected_oe property

protected EntryElement,MonoTouch.Dialog _element
Résultat EntryElement

_entry protected_oe property

protected CustomTextField,MonoTouch.Dialog _entry
Résultat CustomTextField