C# Class MonoTouch.Dialog.Element

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

Méthodes publiques

Свойство Type Description
Caption string
Hidden bool
ID string
OnValueChanged Action
Parent Element
_readOnly bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetElementForID ( string name, Element element ) : Element

Method Details

AccessorySelected() public méthode

public AccessorySelected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Element() public méthode

public Element ( string caption ) : System
caption string
Résultat System

GetCell() public abstract méthode

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

GetElementForID() public méthode

public GetElementForID ( string name ) : Element
name string
Résultat Element

GetIndexPath() public méthode

public GetIndexPath ( ) : NSIndexPath
Résultat NSIndexPath

Matches() public méthode

public Matches ( string text ) : bool
text string
Résultat bool

Selected() public méthode

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

Summary() public méthode

public Summary ( ) : string
Résultat string

Property Details

Caption public_oe property

public string Caption
Résultat string

Hidden public_oe property

public bool Hidden
Résultat bool

ID public_oe property

public string ID
Résultat string

OnValueChanged public_oe property

public Action OnValueChanged
Résultat Action

Parent public_oe property

public Element,MonoTouch.Dialog Parent
Résultat Element

_readOnly public_oe property

public bool _readOnly
Résultat bool