C# Class MonoTouch.Dialog.Element

Base class for all elements in MonoTouch.Dialog
Inheritance: IDisposable
Show file Open project: escoz/MonoMobile.Forms Class Usage Examples

Public Properties

Property Type Description
Caption string
Hidden bool
ID string
OnValueChanged Action
Parent Element
_readOnly bool

Public Methods

Method Description
AccessorySelected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
Dispose ( ) : void
Element ( string caption ) : System
GetCell ( UITableView tv ) : UITableViewCell
GetElementForID ( string name ) : Element
GetIndexPath ( ) : NSIndexPath
Matches ( string text ) : bool
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
Summary ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetElementForID ( string name, Element element ) : Element

Method Details

AccessorySelected() public method

public AccessorySelected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Element() public method

public Element ( string caption ) : System
caption string
return System

GetCell() public abstract method

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

GetElementForID() public method

public GetElementForID ( string name ) : Element
name string
return Element

GetIndexPath() public method

public GetIndexPath ( ) : NSIndexPath
return NSIndexPath

Matches() public method

public Matches ( string text ) : bool
text string
return bool

Selected() public method

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

Summary() public method

public Summary ( ) : string
return string

Property Details

Caption public property

public string Caption
return string

Hidden public property

public bool Hidden
return bool

ID public property

public string ID
return string

OnValueChanged public property

public Action OnValueChanged
return Action

Parent public property

public Element,MonoTouch.Dialog Parent
return Element

_readOnly public property

public bool _readOnly
return bool