C# Class MonoTouch.Dialog.EntryElementCell

Inheritance: UITableViewCell
显示文件 Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
KEY NSString

Protected Properties

Property Type Description
_element EntryElement
_entry CustomTextField

Public Methods

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

Protected Methods

Method Description
PrepareEntry ( UITableView tableview ) : void

Private Methods

Method Description
_computeEntryPosition ( UITableView tv ) : SizeF

Method Details

BecomeFirstResponder() public method

public BecomeFirstResponder ( ) : bool
return bool

EntryElementCell() public method

public EntryElementCell ( ) : System
return System

EntryElementCell() public method

public EntryElementCell ( string key ) : System
key string
return System

PrepareEntry() protected method

protected PrepareEntry ( UITableView tableview ) : void
tableview UITableView
return void

PrepareForReuse() public method

public PrepareForReuse ( ) : void
return void

ResignFirstResponder() public method

public ResignFirstResponder ( ) : bool
return bool

Update() public method

public Update ( EntryElement element, UITableView tableView ) : void
element EntryElement
tableView UITableView
return void

Property Details

KEY public_oe static_oe property

public static NSString KEY
return NSString

_element protected_oe property

protected EntryElement,MonoTouch.Dialog _element
return EntryElement

_entry protected_oe property

protected CustomTextField,MonoTouch.Dialog _entry
return CustomTextField