C# 클래스 MonoTouch.Dialog.Element

Base class for all elements in MonoTouch.Dialog
상속: IDisposable
파일 보기 프로젝트 열기: escoz/MonoMobile.Forms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Caption string
Hidden bool
ID string
OnValueChanged Action
Parent Element
_readOnly bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
GetElementForID ( string name, Element element ) : Element

메소드 상세

AccessorySelected() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Element() 공개 메소드

public Element ( string caption ) : System
caption string
리턴 System

GetCell() 공개 추상적인 메소드

public abstract GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
리턴 UITableViewCell

GetElementForID() 공개 메소드

public GetElementForID ( string name ) : Element
name string
리턴 Element

GetIndexPath() 공개 메소드

public GetIndexPath ( ) : NSIndexPath
리턴 NSIndexPath

Matches() 공개 메소드

public Matches ( string text ) : bool
text string
리턴 bool

Selected() 공개 메소드

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

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

Caption 공개적으로 프로퍼티

public string Caption
리턴 string

Hidden 공개적으로 프로퍼티

public bool Hidden
리턴 bool

ID 공개적으로 프로퍼티

public string ID
리턴 string

OnValueChanged 공개적으로 프로퍼티

public Action OnValueChanged
리턴 Action

Parent 공개적으로 프로퍼티

public Element,MonoTouch.Dialog Parent
리턴 Element

_readOnly 공개적으로 프로퍼티

public bool _readOnly
리턴 bool